[python-win32] kill process on a remote server

2005-12-19 Thread Jürgen Kareta
Hi list, I need some suggestions on how I best kill a process on a remote server. It is a NT4 Terminalserver. Until now I have a working script which use the windows commands: 'qprocess' and 'kill' over popen to terminate the process. This works fine for me as an administrator but I like to

[python-win32] Error message....

2005-12-19 Thread eric . powell
Hello all! I am trying to use the OSISoft PI (Plant Information) API to collect data about processes within our facility, however, when I try to connect to the PI server using their API calls, I get the following error from ctypes import * PiAPI=windll.piapi32 valid = 0 status =

[python-win32] filling Windows properties Summary tab?

2005-12-19 Thread aurora
I am reading the discussion of filling Windows properties Summary tab? on 2005-06-23: http://thread.gmane.org/gmane.comp.python.windows/3164 I too am interesting in finding out a way to read and write the summary propreties. It isn't very clear for me from the thread that what classes of

Re: [python-win32] Newbie question. Python asp and diacritic characters

2005-12-19 Thread aurora
Do you find any more detail error message than a 500 Server Error? I have no experience with using Python in the context of ASP. To use non-ASCII characters correctly requires the understanding of character encoding and to use them correctly through out a chain of software components. In

[python-win32] How to reload ShellExtension?

2005-12-19 Thread aurora
I am working with the ShellExtension context menu sample: win32comext\shell\demos\servers\context_menu.py My question after I change the code, how to I get it reloaded? --unregister and then --register won't do it. I have to log off and then log back in. Thanks for your help, wy