<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem Removing Join with 32 bit Python 2.7 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729646#M56591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;in a personal geodatabase... 64 bit python&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you have the 64-bit background geoprocessing thing installed. If so, you must uninstall it if you want to use PGDB format. See "unsupported data types" in this help topic: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 17:03:19 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2013-08-14T17:03:19Z</dc:date>
    <item>
      <title>Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729644#M56589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To All Python Programmers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a python script to update a feature class in a personal geodatabase using a join to a table view which works fine at 10.0 with Python 2.6.&amp;nbsp; I am now trying to run this script on a 64 bit Windows 2008 Server using the 32 bit version of python 2.7 since personal geodatabases are not accessible with 64 bit python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am crashing the script when removing a join with the following error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"ERROR 000800: The value is not a member of&amp;nbsp; l ALIASES."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone ever encountered this error message and been able to resolve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or hints in regard to this issue are greatly appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729644#M56589</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-14T15:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729645#M56590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not recall all of the details, but I know I had to update some Python scripts by leaving the join name parameter blank (which removes all joins) for them to function properly.&amp;nbsp; Sorry, I can't remember more of the specifics just now...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 16:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729645#M56590</guid>
      <dc:creator>SteveSalas</dc:creator>
      <dc:date>2013-08-14T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729646#M56591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;in a personal geodatabase... 64 bit python&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you have the 64-bit background geoprocessing thing installed. If so, you must uninstall it if you want to use PGDB format. See "unsupported data types" in this help topic: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 17:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729646#M56591</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-08-14T17:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729647#M56592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Woops - Sorry - reread your original post and I see you are already accounting for that (by using the 32-bit version)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what's wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 17:06:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729647#M56592</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-08-14T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729648#M56593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to resolve this issue myself using the technique that Steve described.&amp;nbsp; In my python v10.0 based version I entered a join name parameter in the Remove Join method.&amp;nbsp; This parameter was the cause of the error in v10.1.&amp;nbsp; I removed this parameter and the script ran successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point I'm not sure how the script was able to run successfully at v10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a script where you have multiple joins, then the Remove Join method will remove all the joins even if you might only want 1 of the joins removed.&amp;nbsp; As such if you still needed at least 1 of the other joins, you would need to add that join again.&amp;nbsp; Doesn't that workflow seem like a workaround to a bug where you are unable to remove individual joins?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 17:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729648#M56593</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-14T17:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729649#M56594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue with joins that were set up on the data or mxd itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the joins that I added with python, I was able to remove individually by name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, my workaround was to not have any initial joins, and create them all in the python script, then I can add/remove at will.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 18:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729649#M56594</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-08-14T18:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729650#M56595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you created your joins in python, where did you assign the name to the join?&amp;nbsp; I did not give my joins a name in the python script, so I could see why python would not be able to remove the join as it has no idea what the actual join name is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 19:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729650#M56595</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-14T19:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729651#M56596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry Michael, it seems I confused myself a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was with indexes that I had this issue and had to work around it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the joins, you just have to know what the name that was assigned to the join is, then it can be removed without error (just tested again in 10.1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;â?&amp;nbsp;If the join table was a dBASE file named MyTable.dbf, the join name would be "MyTable"; so to remove it, specify "MyTable".&amp;nbsp; &lt;BR /&gt;â?&amp;nbsp;If the join table was an INFO or Geodatabase Table named MyTable2, the Join Name would be "MyTable2"; so to remove it, specify "MyTable2".&amp;nbsp; &lt;BR /&gt;â?&amp;nbsp;The join name will not reflect the name of the table view itself, but rather the source of the table view. Therefore, if a table view is named TableView1 and points at mytable.dbf, the name of the join will be "mytable".&amp;nbsp; &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My joins are to table(s) in FGDB so something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
summary = "\\\\mcflight01\\MCFlightData\\rzworking\\script_baks\\wc98116\\update\\data_4_temp_services.gdb\\summary"
wids_full_buffer2 = "\\\\mcflight01\\MCFlightData\\rzworking\\script_baks\\wc98116\\update\\temp.gdb\\wids_full_buffer"
wastebuffers3 = "\\\\mcflight01\\MCFlightData\\rzworking\\script_baks\\wc98116\\update\\temp.gdb\\wastebuffers3"


arcpy.MakeFeatureLayer_management(wids_full_buffer2, wids_buffer_Layer, "", "", "")

arcpy.AddJoin_management(wids_buffer_Layer, "SITECODE", &lt;STRONG&gt;summary&lt;/STRONG&gt;, "SITE_CODE", "KEEP_COMMON")

arcpy.AddJoin_management(wids_buffer_Layer, "SITECODE", &lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt;wastebuffers3&lt;/STRONG&gt;, "wids_full_buffer_SITECODE", "KEEP_COMMON")

arcpy.RemoveJoin_management(wids_buffer_Layer, "&lt;STRONG&gt;summary&lt;/STRONG&gt;")

arcpy.RemoveJoin_management(wids_buffer_Layer, "&lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt;wastebuffers3&lt;/STRONG&gt;")


&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can use either or both of the removes to remove thier respective joins (need to specify layer and join name).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729651#M56596</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-12T07:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729652#M56597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my original script I created a table view in a file geodatabase using a table extracted from SDE.&amp;nbsp; I stored the name of the view in a variable that I declared at the beginning of the script.&amp;nbsp; I then used the variable in the AddJoin_management statement to provide the name of the table to join to the feature class.&amp;nbsp; I used multiple permutations of the the table name (variable without quotes, variable with quotes, table view name without quotes, table view name with quotes), but they always failed.&amp;nbsp; The only way to get the RemoveJoin_management statement to execute properly was to leave the join_name parameter blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As such, I have no idea how to implement RemoveJoin_management by supplying the join_name parameter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729652#M56597</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-15T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729653#M56598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't seem to be able to make it work either.&amp;nbsp; Must be related to the table view, as if I join directly to a table, it works as in my previous post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did notice that if I copyRows to an in_memory table, then join to that it works as expected, just not with the table view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 23:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729653#M56598</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-08-15T23:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729654#M56599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the table (or table view) need to be in the same geodatabase when the join is created in order for the RemoveJoin_management process to work with the join_name parameter supplied?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I ask is because instead of creating a table view in the file geodatabase where the SDE feature class is extracted to, I just used the SDE table to join to the feature class in the file geodatabase.&amp;nbsp; Unfortunately, I still receive an error where "The value is not a member of l ALIASES".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 12:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729654#M56599</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-16T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729655#M56600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is now 2015 and I am unfortunately having this same issue....I have a script that was created in Python 2.6 for 10.0 that runs, but are, yes I know, a little late, upgrading to 10.1 prior to going to 10.3 - moving right now is not an option....anyhow, a RemoveJoin works well with a shapefile, however there is one join in the script from the consultant that sets a join to a table in SDE. I have tried the same workarounds and still cannot get the RemoveJoin to work. Did anyone ever from up with a fix for this? Especially while working in SDE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 21:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729655#M56600</guid>
      <dc:creator>MichelleBoivin</dc:creator>
      <dc:date>2015-03-23T21:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729656#M56601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using a table in SDE (instead of a feature class), are you creating a table view instead of a feature layer?&lt;/P&gt;&lt;P&gt;Also, make sure you're referencing the correct table view for the remove.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/0017/001700000066000000.htm" title="http://resources.arcgis.com/en/help/main/10.1/0017/001700000066000000.htm"&gt;ArcGIS Help 10.1 - Remove Join (Data Management)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you also try rewriting just a simple add join, remove join based on the Esri help example to see if you're doing it right. Once you get something working, start adding in the rest of your code and see where it breaks. Maybe post a sample here so we can review it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 23:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729656#M56601</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-03-23T23:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729657#M56602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The consultant did not write the join table as such, only the feature class that the table was to be joined to. I did test two different ways…&lt;/P&gt;&lt;P&gt;I created a small model that made a feature layer as well as a table view, created the join, and then tried to remove the join. In addition, I exported the script out to test it, just to be on the safe side. The Remove Join still failed, and instead of giving an “800” error, it gives the infamous 999999 error (see below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 20:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729657#M56602</guid>
      <dc:creator>MichelleBoivin</dc:creator>
      <dc:date>2015-03-24T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Removing Join with 32 bit Python 2.7</title>
      <link>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729658#M56603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried the same thing in a File Geodatabase and it worked. Maybe try leaving that optional "Join" field in Remove Join blank.&lt;/P&gt;&lt;P&gt;However, I was not using GlobalID as a key field. Is there something else you could use to test with just to see if you can get a model that works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 23:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-removing-join-with-32-bit-python-2-7/m-p/729658#M56603</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-03-24T23:51:55Z</dc:date>
    </item>
  </channel>
</rss>

