Select to view content in your preferred language

Looking for Pythonwin.exe

1409
7
06-21-2011 07:50 AM
GeorgeTeachman
New Contributor
I have used Pythonwin.exe as my python script editor for years and don't like its replacements.  However, due to a hard disk crash IT had to reinstall ArcGIS 9.3.1 which doesn't install pythonwin.exe.  I have looked through the Arc program files on our network install directory but am unable to find pythonwin.exe.  I seem to recall that 9.3 (maybe even 9.2) included pythonwin.exe on the install disks but didn't include it in their install packages.

Question is, Can anyone tell me if pythonwin.exe file is located on the physical disks used in a stand-a-lone install?

Thanks,

George Teachman
NRCS Soil Scientist
Tags (2)
0 Kudos
7 Replies
ChrisSnyder
Honored Contributor
http://sourceforge.net/projects/pywin32/files/pywin32/

I believe you want build 210 (for v2.5.1 that comes with ArcGIS v9.3.1).
0 Kudos
AdamInglis
Deactivated User
You can also find it on the install DVD for Desktop, under \Desktop\PythonWin\pywin32-212.win32-py2.6.exe

This is build 212, but the important thing to do is match the version of python (2.6) ArcGIS 10.0 is designed to work with.

Edit: Opps, I didn't ready your full post, I assumed you were using ver10.  Sounds like Chris has the correct version.
0 Kudos
DanPatterson_Retired
MVP Emeritus
Yes it is, you will have to use Windows explorer to examine the disk, but it is there, and install it from the installation disk to ensure that your paths don't get muddled up etc.
0 Kudos
TimothyHales
Esri Notable Contributor
You might also check out PyScripter if you are looking for something other than PythonWin.
0 Kudos
DanPatterson_Retired
MVP Emeritus
timothy
Saw that referenced recently on one of the blogs...but is it certified to work with ArcGIS?  Any more details? Seems that you ESRI types are keen on it but details are slim and I am reluctant to screw up an installation for testing purposes.
0 Kudos
DarrinChristy
Deactivated User
timothy
Saw that referenced recently on one of the blogs...but is it certified to work with ArcGIS?  Any more details? Seems that you ESRI types are keen on it but details are slim and I am reluctant to screw up an installation for testing purposes.


Hi Dan,

I personally haven't used pyscripter yet, but I have seen other people using the Wing IDE successfully for writing and executing geoprocessing scripts.  Since the Python installation is separate from ArcGIS, you should have free reign over what IDE you want to use.  That being said, I still like PythonWin 😄
0 Kudos
DanPatterson_Retired
MVP Emeritus
tried PyScripter today....pretty awesome environment and "so far" it seems to behave well with ArcMap etc... I am just wondering if the the "dev people" have been using it for a while have any further comment.  BLOG ???  It would be nice to have a real Python IDE installed in the next version. the Python window (I am being gentle) that they use now is totally useless and i get my students to do all of there work outside of ArcMap or develop tools for Arctoolbox.  It would really be nice to integrate a good Python IDE inside of Arcmap, but I think that a silent install of Pythonwin wasn't possible at the last go.
0 Kudos