[python-win32] Need some Python Help!

2005-02-24 Thread Matt Upton
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

[python-win32] Problems with PythonWin Debugger and interactive window

2005-02-24 Thread Tony Cappellini
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

Re: [python-win32] keeping a COM server alive

2005-02-24 Thread Frank Guenther
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