win32com

2001-07-31 Thread Etienne Labuschagne
Hi all,   I hope this is the correct mailing list (can't find a win32com list - although it seems there is one - to subscribe to on the Activestate website at http://listserv.activestate.com/mailman/mysubs)   How do I use the IUnknown interfaces of COM objects?  The generated wrapper file cr

RE: win32com

2001-07-31 Thread Etienne Labuschagne
Mark Hammond [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 01, 2001 1:00 PMTo: Etienne Labuschagne; [EMAIL PROTECTED]Subject: RE: win32com This doesn't work quite yet.  The code you see relating to the vtables allows you to _implement_ these COM objects, but not call them. 

RE: win32com

2001-08-01 Thread Etienne Labuschagne
wrapper code, I may have a go at it.  If I must write some contorted C++ code (with a good shot of black magic included) I don't think I'm up to the task.   Regards Etienne  -Original Message-From: Mark Hammond [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 01, 2001 1:00 PMT

WINNT Python Service. Start Params keeps dissapearing

2001-10-30 Thread Etienne Labuschagne
Hi all,   I have created a Python WINNT service and it works fine when you start it the first time when entering the needed start line parameters.   When the service is stopped, the start parameters dissapears and you have to type them in again - sort of negates the reason for making it a s