How do you install Pythonwin IDE?

25607
11
02-15-2011 07:48 AM
DarrellAitken
New Contributor II
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.
Tags (2)
11 Replies
Vinay_kumarkurakarla
New Contributor

I see Python already installed in ArcMap 10.0 under Geoprocessing...do we need to install PythonWin also ? If so, what is the use ?

0 Kudos
curtvprice
MVP Esteemed Contributor

Vinay,

PythonWin is not required.

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.

Besides the IDE,  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.

0 Kudos