<?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 PythonWin not in ArcGIS install directory in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730266#M2416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10. I am beginning some tutorials to learn Arcpy. The ArcGIS 10 install already installed python26 file directory (as shown in the screen shot below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case C:\Python26\ArcGIS10.0\Lib\site-packages\ does not contain a pythonwin subfolder nor an executable for it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14961[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 19:18:39 GMT</pubDate>
    <dc:creator>SamanthaM</dc:creator>
    <dc:date>2012-06-05T19:18:39Z</dc:date>
    <item>
      <title>PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730266#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10. I am beginning some tutorials to learn Arcpy. The ArcGIS 10 install already installed python26 file directory (as shown in the screen shot below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case C:\Python26\ArcGIS10.0\Lib\site-packages\ does not contain a pythonwin subfolder nor an executable for it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14961[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 19:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730266#M2416</guid>
      <dc:creator>SamanthaM</dc:creator>
      <dc:date>2012-06-05T19:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question Installing Pythonwin</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730267#M2417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Stringtheory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Samantha,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be clear, you don't actually need PythonWin to do python scripting, it is just a nice Windows based Integrated Development Environment (IDE).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PythonWin is not installed by default when you install ArcGIS but should be included on the Install disc for manual install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is not available, then you can d/l the apropriate version from &lt;/SPAN&gt;&lt;A href="http://sourceforge.net/projects/pywin32/files/pywin32"&gt;Sourceforge.net&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once it is installed make a shortcut to the executable:&amp;nbsp; C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\Pythonwin.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730267#M2417</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-05T20:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question Installing Pythonwin</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730268#M2418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Samantha,&lt;BR /&gt;&lt;BR /&gt;To be clear, you don't actually need PythonWin to do python scripting, it is just a nice Windows based Integrated Development Environment (IDE).&lt;BR /&gt;&lt;BR /&gt;PythonWin is not installed by default when you install ArcGIS but should be included on the Install disc for manual install.&lt;BR /&gt;&lt;BR /&gt;If that is not available, then you can d/l the apropriate version from &lt;A href="http://sourceforge.net/projects/pywin32/files/pywin32"&gt;Sourceforge.net&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Once it is installed make a shortcut to the executable:&amp;nbsp; C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\Pythonwin.exe&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the clarification. As you will see in the screenshot below, there is no subfolder for "pythonwin" in C:\Python26\ArcGIS10.0\Lib\site-packages\. Therefore I will go to your next step downloading it from sourceforge.net. See image below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14962[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When downloading it from sourceforge, do I just select the latest built, 217 in this case, and download it? Do I have to worry about any compatibility issues with ArcGIS 10 2.6 python? Here is a picture of the pythonwin version I was about to download&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14963[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730268#M2418</guid>
      <dc:creator>SamanthaM</dc:creator>
      <dc:date>2012-06-05T20:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730269#M2419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Stringtheory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Samantha,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what the specific differences are between the builds.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, even with the same exact PC configuration, I could not get the version a co-worker installed, to work on my machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;He used either the 216 or 214 build of py2.6.exe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ended up getting build 212 to work.&amp;nbsp; (pywin32-212.win32-py2.6.exe)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend trying a later build and if you get no install errors, then stick with that, otherwise you can try an earlier build like I had to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730269#M2419</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-05T20:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730270#M2420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again, pardon my ignorance but I am new to all of this. I extracted all the contents from the 217 build to a folder. Do I just remove the "pythonwin" folder and put it in the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python26\ArcGIS10.0\Lib\site-packages directory? If so, how do I run pythonwin, I do not see an executable in the "pythonwin" folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the contents unzipped&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14964[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730270#M2420</guid>
      <dc:creator>SamanthaM</dc:creator>
      <dc:date>2012-06-05T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730271#M2421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Stringtheory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several different python versions for each bulid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You want to go into the build 217 folder on the sourceforge page and d/l the 2.6 version:&amp;nbsp; pywin32-217.win32-py2.6.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then run that executable, it should find your existing python directory and install at the location I mentioned previously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the installation fails, try the build 216 folder for the version pywin32-216.win32-py2.6.exe and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that clears things up a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730271#M2421</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-05T20:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730272#M2422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;I hope that clears things up a bit.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it did, looks like everything is in order now. Thanks for your help and patience I really appreciate it. Build 217 worked fine for me as well. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14966[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:53:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730272#M2422</guid>
      <dc:creator>SamanthaM</dc:creator>
      <dc:date>2012-06-05T20:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: PythonWin not in ArcGIS install directory</title>
      <link>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730273#M2423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mzcoyle&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I find Pyscripter to be more useful and easier to use than PythonWin for most scripting. Can be downloaded here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/pyscripter/"&gt;https://code.google.com/p/pyscripter/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/pythonwin-not-in-arcgis-install-directory/m-p/730273#M2423</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-05T21:38:30Z</dc:date>
    </item>
  </channel>
</rss>

