Re: [python-win32] COM server AddIn

2005-07-05 Thread Mark Hammond
> This won't work! I can't start this COM server from my application. > > First some questions: Do I have to write _public_methods_ = > ['Init', 'Exit'] in order to satisfy the required interface > ICADdyAddIn? No - but _public_methods_ must exist (ie, your code is fine) > How do I handle the

Re: [python-win32] testing windows services

2005-07-05 Thread Jim Vickroy
Thomas Heller wrote: >Harald Armin Massa <[EMAIL PROTECTED]> writes: > > > >>Hello, >> >>within the win32-extensions under demo I found the pipetestservice.py and am >>developping my own services out of it. >> >>With each development step I have to >> >>stop the running service >>remove the exi

[python-win32] Converting web pages to MHT with python

2005-07-05 Thread Ausum Studio
Is it possible to convert web pages to MHT files using Dispatch and Internet Explorer? Thanks in advance, Ausum ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] testing windows services

2005-07-05 Thread Thomas Heller
Harald Armin Massa <[EMAIL PROTECTED]> writes: > Hello, > > within the win32-extensions under demo I found the pipetestservice.py and am > developping my own services out of it. > > With each development step I have to > > stop the running service > remove the existing one > install the new one >

Re: [python-win32] Activex call delivers only unicode string, but ASCII is needed

2005-07-05 Thread Konstantin Veretennicov
On 7/4/05, Kuner Martin <[EMAIL PROTECTED]> wrote: > > > Hi list, > > I have the following code to call a LabVIEW VI via the Activex interface. > The string "strDataOut" holds the expected data result of the call . > Now I realized that the string coming back from the ActiveX call contains >

[python-win32] testing windows services

2005-07-05 Thread Harald Armin Massa
Hello, within the win32-extensions under demo I found the pipetestservice.py and am developping my own services out of it. With each development step I have to stop the running service remove the existing one install theĀ  new one start the service of course, I can script that... but it still t

[python-win32] COM server AddIn

2005-07-05 Thread Johannes Brunen
Hi, I have a problem implementing a simple COM server AddIn which should satisfy a special COM interface provided by an application I'm using. The server application: CADdy.exe => type library CADdy.tlb The AddIn interface of CADdy.tlb: ICADdyAddIn From gencache.EnsureModule('{9C3BB401-114D-1