[python-win32] python and WonderWare (automation server)

2006-04-24 Thread Gerrat Rickert
eat to talk to someone who’s successfully done this.     Thanks for any help anyone can give, Gerrat Rickert ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Python Error - Cannot Initialize OLE

2006-04-27 Thread Gerrat Rickert
seems to work, except for that error window that pops up near the start (I can’t even tell exactly where it’s cropping up).   Does anyone know what causes this error window, or what I’m doing wrong?   Thanks for any help,     Gerrat Rickert

[python-win32] Python Error - Cannot Initialize OLE

2006-04-27 Thread Gerrat Rickert
wrote that doesn’t seem to work unless I mark it as multithreaded, and when I mark it as multithreaded and the rest of the application as single-threaded, they don’t work together.      Gerrat Rickert   ___ Python-win32 mailing list Python

[python-win32] killProcName.py not working for processes under user SYSTEM

2006-05-02 Thread Gerrat Rickert
various users  (local admin, a power user), and I just can’t get it to kill the process.     Any Suggestions?   Thanks, Gerrat Rickert     ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] killProcName.py not working for processes under user SYSTEM

2006-05-02 Thread Gerrat Rickert
…well, I couldn’t get a pure _vbscript_ program to kill these processes either, but I did find a utility that comes with winXP: taskkill; so this works like a charm:   import os name = ‘Apache.exe’ os.system('taskkill /F /IM %s /T' % name)      

Re: [python-win32] Need help with win32 com_error 'Exception occurred'

2007-06-04 Thread Gerrat Rickert
...I can't tell you the underlying *reason* it doesn't work, only that it doesn't appear to work without a sound card. ...I was probably in the same boat as you, where the machine you're developing on may not be the same as the machines this will eventualy run on. Gerrat

[python-win32] Trying to build debug version of win32 extensions

2007-07-06 Thread Gerrat Rickert
I'm trying to build a debug version of the win32 extensions (basically to help track down a memory leak in a COM automation program I've written). To that end, I purchased a Visual C++ .Net Deluxe Learning Edition Book (which is probably the cheapest way to get the Visual C++ compiler required).

Re: [python-win32] Trying to build debug version of win32 extensions

2007-07-09 Thread Gerrat Rickert
long explanation for a very elementary question, but what am I doing wrong? Regards, Gerrat -Original Message- From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 9:26 PM To: Gerrat Rickert; [email protected] Subject: Re: [python-win32] Trying to build deb

Re: [python-win32] Trying to build debug version of win32 extensions

2007-07-09 Thread Gerrat Rickert
). Thanks so much - that was it. Regards, Gerrat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidnei da Silva Sent: Monday, July 09, 2007 10:51 AM To: Gerrat Rickert Cc: [email protected] Subject: Re: [python-win32] Trying to build debug

Re: [python-win32] problem with win32com and one-based indexed collections

2007-07-13 Thread Gerrat Rickert
Barry, I cannot believe someone else (other than me) finally had this exact same issue (pretty much in the same context too)! I always assumed it was something else I had done that was responsible for the memory leak (I had a multi-threaded program with this issue). I'm in the process of changi

Re: [python-win32] P3K?

2008-06-23 Thread Gerrat Rickert
+1 for APL integration! ;o) Numpy is nice, but can't touch APL... ...of course, it wasn't a challenge to write an obfuscated one-liner in APL - it was standard practice! Gerrat Rickert -Original Message- From: bob gailer [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21,