Re: [python-win32] 2.4 Installer not working

2004-12-21 Thread Andrey Ivanov
Hello Michael, Tuesday, December 21, 2004, 9:22:54 PM, you wrote: MS> I get "VBScript runtime error: ActiveX component can“t create object: MS> "Scripting.FileSystemObject"" MS> in this line: MS> Set FSO = CreateObject("Scripting.FileSystemObject") This is very strange. It seems that Windows Scr

Re: [python-win32] w32process documentation

2004-12-21 Thread Andrey Ivanov
Hello Stefan, Tuesday, December 21, 2004, 6:58:49 PM, you wrote: SS> Hello, SS> I'm looking for documentation for the win32process module. The online docs SS> don't seem to contain anything about it. Specifically, I'm looking for SS> information concerning the 'CreateProcess' call. SS> I'm debug

[python-win32] Re: A Python Service that monitors the clipboard?

2004-12-12 Thread Andrey Ivanov
> I have tried several times after puzzling about the code in "Python > Programming on Win32," but I have not been able to figure out a simple > python service that monitors the clipboard. (My ultimate goal is to > have a service that is something like ArsClip. I am trying to do this > to lear