Hello, I am new to Python and am trying to produce script to run batch
processes for ArcGIS 9.0 (ArcView). I have upgraded to Phython 2.4 from 2.1
and am using the Pythonwin to try to code but am running into a problem.
Whenever I try to debug my program or run any code past the following code
i
I've been trying to debug a short program with the PythonWin debugger, on
XP. I'm using 2.3 Build 202.
I keep seeing problems where variables I am watching don't always get
updated, as well as just erratic operation.
Restarting doesn't help, I usually have to exit PythonWin, and start over
agai
Hi,
thanks for your answer.
I changed the localserver.py like you suggested by skipping to call
pythoncom.EnableQuitMessage().
But what is the best way to close the pythonw process when desired? I
tried to call sys.exit() in the COM-Server Modul and got an error.
A patch to specify a cust