Pythonwin

C

Clive_S

Hi

I am trying to use Python with ArcGIS.

I have installed Python 2.4. I have an icon for IDLE and command line.
I do not see Python PythonWin.

How do you install or launch pythonwin??

Thanks

Clive
 
N

Niklas Norrthon

Hi

I am trying to use Python with ArcGIS.

I have installed Python 2.4. I have an icon for IDLE and command line.
I do not see Python PythonWin.

How do you install or launch pythonwin??

There is a distribution of PythonWin bundled with the
ArcGIS Desktop installation media, but it is not
installed by the ArcGIS installer.

You have three options:
1. Install it manually from the ArcGIS installation
media.
2. Find it on the web (google for it), download and
install.
3. (My recommendation) Don't bother. IDLE is pretty
good. Emacs even better (unless you hate emacs).
 
I

ivan

Not related (except that it is about python and ArcGIS): Remember you
can set PYTHONINSPECT to enter interactive mode at the end of a
script. With a script set as an ArcGIS tool, you can then enter
interactive to play around or debug with all the ArcGIS stuff loaded.

Is there a better way people do this?

Ivan
 
M

Mike Driscoll

Hi

I am trying to use Python with ArcGIS.

I have installed Python 2.4. I have an icon for IDLE and command line.
I do not see Python PythonWin.

How do you install or launch pythonwin??

Thanks

Clive

I have PythonWin installed in my Start Menu --> Programs --> Python
2.5. I may have installed the ActiveState version though. Just check
if it's there on your system and if not, you can follow Niklas's
advice.

Mike
 
C

Clive_S

Hi all

I downloaded (from Python) and installed python-2.4.4.msi

I have python and pythonw.exe in the Python 24 folder (but not in my
start menu).
When I click on the pythonw.exe it is not launched??

Thanks

Clive
 
A

Ahmed, Shakir

You need to install the same version on your pc, if you have 2.5 already installed you need to download 2.5 pythonwin from http://sourceforge.net

Hope it will work for you.
Thanks
sk


-----Original Message-----
From: [email protected] [mailto:p[email protected]] On Behalf Of Clive_S
Sent: Friday, May 09, 2008 9:41 AM
To: (e-mail address removed)
Subject: Re: Pythonwin

Hi all

I downloaded (from Python) and installed python-2.4.4.msi

I have python and pythonw.exe in the Python 24 folder (but not in my
start menu).
When I click on the pythonw.exe it is not launched??

Thanks

Clive
 
G

Gabriel Genellina

I downloaded (from Python) and installed python-2.4.4.msi

I have python and pythonw.exe in the Python 24 folder (but not in my
start menu).
When I click on the pythonw.exe it is not launched??

pythonw.exe is NOT PythonWin - it's a consoleless version of the standard Python interpreter.
PythonWin is part of the pywin32 package that you can download from https://sourceforge.net/projects/pywin32/ (make sure you get the right version)
 
M

Mike Driscoll

pythonw.exe is NOT PythonWin - it's a consoleless version of the standard Python interpreter.
PythonWin is part of the pywin32 package that you can download fromhttps://sourceforge.net/projects/pywin32/(make sure you get the right version)

Ah. That's where I got it. Sorry for promulgating my own confusion!

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,225
Members
46,815
Latest member
treekmostly22

Latest Threads

Top