<?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: Can't Install setuptools 0.9.7 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686540#M53105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ez_setup.py would not install setuptools-0.9.8 for me either. I didn't spot anything in the script that sensed my OS and downloaded the 64 bit version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I downloaded setuptools.-0.9.8.tar.gz from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.python.org/packages/source/s/setuptools" rel="nofollow" target="_blank"&gt;https://pypi.python.org/packages/source/s/setuptools&lt;/A&gt;&lt;SPAN&gt;, unpacked it myself, opened cmd and changed directory to the unpacked folder, ran "python setup.py install" and everything installed without a problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 20:14:57 GMT</pubDate>
    <dc:creator>PaulHuffman</dc:creator>
    <dc:date>2013-07-26T20:14:57Z</dc:date>
    <item>
      <title>Can't Install setuptools 0.9.7</title>
      <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686537#M53102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm stumped by my inability to install setuptools 0.9.7 on Windows 7,64, python 2.7.2. On running ez_setup.py I got the error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.7.tar.gz Extracting in c:\users\paul\appdata\local\temp\tmptm3fqf Now working in c:\users\paul\appdata\local\temp\tmptm3fqf\setuptools-0.9.7 Installing Setuptools Something went wrong during the installation. See the error message above.&amp;nbsp; Traceback (most recent call last): &amp;nbsp; File "C:\Users\Paul\Documents\pyscripts\ez_setup.py", line 264, in &amp;lt;module&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; sys.exit(main()) SystemExit: 2&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because python is installed down in c:\python27\arcgis10.1, I thought I'd try adding an environmental variable %PYTHON_PATH% and append it to %PATH%, but I got the same messages as above. But at least I can start python from any folder now.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be that the python that ArcGIS installs is 32 bit, but the version of setuptools I downloaded is 64 bit, that somehow the download site sensed my OS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686537#M53102</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2013-07-26T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Install setuptools 0.9.7</title>
      <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686538#M53103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may need to run as administrator, maybe it can't write into those Python install folders as your current user.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 18:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686538#M53103</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2013-07-26T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Install setuptools 0.9.7</title>
      <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686539#M53104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You mean IDLE, running under my administrator account, isn't running with admin rights?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 19:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686539#M53104</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2013-07-26T19:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Install setuptools 0.9.7</title>
      <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686540#M53105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ez_setup.py would not install setuptools-0.9.8 for me either. I didn't spot anything in the script that sensed my OS and downloaded the 64 bit version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I downloaded setuptools.-0.9.8.tar.gz from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.python.org/packages/source/s/setuptools" rel="nofollow" target="_blank"&gt;https://pypi.python.org/packages/source/s/setuptools&lt;/A&gt;&lt;SPAN&gt;, unpacked it myself, opened cmd and changed directory to the unpacked folder, ran "python setup.py install" and everything installed without a problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 20:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686540#M53105</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2013-07-26T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Install setuptools 0.9.7</title>
      <link>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686541#M53106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for posting your solution - I needed pip and poster, which required setuptools.&amp;nbsp; Your workaround helped me get everything working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nate&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 16:24:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-t-install-setuptools-0-9-7/m-p/686541#M53106</guid>
      <dc:creator>NateArnold</dc:creator>
      <dc:date>2013-11-14T16:24:53Z</dc:date>
    </item>
  </channel>
</rss>

