<?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: How do you install Pythonwin IDE? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176131#M13569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see Python already installed in ArcMap 10.0 under Geoprocessing...do we need to install PythonWin also ? If so, what is the use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Nov 2014 11:07:25 GMT</pubDate>
    <dc:creator>Vinay_kumarkurakarla</dc:creator>
    <dc:date>2014-11-29T11:07:25Z</dc:date>
    <item>
      <title>How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176121#M13559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I installed ArcGIS 10 via download from the internet. How do I get Pythonwin IDE installed without the media? I see there is a pythonwin.exe file but does not execute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 15:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176121#M13559</guid>
      <dc:creator>DarrellAitken</dc:creator>
      <dc:date>2011-02-15T15:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176122#M13560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My supervisor downloaded 10 from online as well and than put it on a DVD so that we could get 10 as well. In this path from the DVD: D:\ArcGIS_Desktop10_122519\Desktop\PythonWin there is word document that will describe to you why Pythonwin is not installed with the setup and how to set it up. When you install Pythonwin it will put it here: C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin. From there you can make a shortcut. A definite pain if you are accustom to using Pythonwin. Hope that helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176122#M13560</guid>
      <dc:creator>MikePowell</dc:creator>
      <dc:date>2011-02-15T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176123#M13561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks that worked. New problem now. in PythonWin I type import arcpy and I get an error saying ImportError: No module named arcpy. In the interactive window it says that PtyhonWin is ver 2.6.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 18:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176123#M13561</guid>
      <dc:creator>DarrellAitken</dc:creator>
      <dc:date>2011-02-15T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176124#M13562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, no problem with typing "import arcpy" in the interactive window; I work this way and the drop-down lists appears when I type arcpy in the script window; scripts work when they run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Virginia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 23:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176124#M13562</guid>
      <dc:creator>Pía_ZenaidaVirginia</dc:creator>
      <dc:date>2011-02-16T23:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176125#M13563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered&amp;nbsp; &lt;A href="https://code.google.com/p/pyscripter/" title="https://code.google.com/p/pyscripter/"&gt;pyscripter - An open-source Python Integrated Development Environment (IDE)&lt;/A&gt;‌ ?&lt;/P&gt;&lt;P&gt;If yes, are you aware of any advantages of Python Win over PyScripter?&lt;/P&gt;&lt;P&gt;I found PyScripter better in every regard and everyone I recommend PyScripter to then always prefer it to Python Win.&lt;/P&gt;&lt;P&gt;F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 19:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176125#M13563</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2014-07-20T19:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176126#M13564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this ancient thread was revived, for anyone interested the PyWin32 extension to use with ArcGIS 10.1 and 10.2 is&amp;nbsp; Mark Hammond's &lt;A href="http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py2.7.exe/download"&gt; Python for Windows 32-bit available on SourceForge &lt;/A&gt;‌at build 219 for Python 2.7 from the linked URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow the download to complete and then run the installer. But, you may have to make PATH and *.pth adjustments for it to function with ArcPy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 19:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176126#M13564</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2014-07-20T19:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176127#M13565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have to suggest &lt;A href="https://code.google.com/p/pyscripter/"&gt;pyscripter&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 13:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176127#M13565</guid>
      <dc:creator>ToddUlery</dc:creator>
      <dc:date>2014-07-22T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176128#M13566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This (pyscripter) sounds pretty cool, but notice that support for Python 2.7), the version of python used in ArcGIS for Desktop 10.1+, isn't specified (&lt;A href="https://code.google.com/p/pyscripter/wiki/FAQ" title="https://code.google.com/p/pyscripter/wiki/FAQ"&gt;FAQ - pyscripter - An open-source Python Integrated Development Environment (IDE) - Google Project Hosting&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no doubt that it will work "good enough", but it is just one more hurdle&amp;nbsp; in a enterprise when there are already enough of those "trust me"s out there that I have already committed myself to w.r.t. the rest of the software/applications/data/services and their life cycles.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176128#M13566</guid>
      <dc:creator>AndrewWilson99</dc:creator>
      <dc:date>2014-07-22T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176129#M13567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. I downloaded Pythonwin from &lt;A href="http://www.mirrorservice.org/sites/downloads.sourceforge.net/p/py/pywin32/pywin32/Build%20218/"&gt;here&lt;/A&gt;. I kept the downloaded .exe in the folder "C:\Python27\ArcGIS10.2\Lib\site-packages". And installed Pythonwin. Worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176129#M13567</guid>
      <dc:creator>HemantAngarkar2</dc:creator>
      <dc:date>2014-07-22T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176130#M13568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well spotted Andrew, and a fair point for an enterprise.&lt;/P&gt;&lt;P&gt;I just wanted to say it works for me on ArcGIS 10.1 with Python 2.7.&lt;/P&gt;&lt;P&gt;Filip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 18:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176130#M13568</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2014-07-22T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176131#M13569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see Python already installed in ArcMap 10.0 under Geoprocessing...do we need to install PythonWin also ? If so, what is the use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 11:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176131#M13569</guid>
      <dc:creator>Vinay_kumarkurakarla</dc:creator>
      <dc:date>2014-11-29T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do you install Pythonwin IDE?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176132#M13570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PythonWin is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PythonWin provides another interactive development environment (IDE) that is much better than the IDLE that comes with every python distribution. IDLE is fine for getting started but if you are getting more serious with Python scripting you may want to get an IDE. Personally I use (and love) WingIDE ($) but many people swear by PythonWin, and PyScripter which is open-source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1153" __jive_macro_name="polls" class="jive_macro jive-link-poll-small jive_macro_polls" data-id="1153" data-objecttype="18" data-orig-content="What is the IDE of your choice for developing in Python?" data-type="poll" href="https://community.esri.com/"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides the IDE,&amp;nbsp; PythonWin includes modules that let you access OLE/COM objects from Python -- for example if you wanted to control Microsoft Office programs from Python, PythonWin is very useful! See the docs on PythonWin online for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 05:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-install-pythonwin-ide/m-p/176132#M13570</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-11-30T05:19:00Z</dc:date>
    </item>
  </channel>
</rss>

