Re: [python-win32] polling values from physical sensors

2005-07-07 Thread Ludovic Reenaers
Actually, I discovered that such sensor can be mounted on a serial or parralel port. I guess It should exists a python interface for one of these port. I'm still wondering about protocols but I assume could write some. -- Ludovic Reenaers |if (getLife(ME)==Null):ME.Life.magnify()| >> I'm curren

Re: [python-win32] COM server AddIn

2005-07-07 Thread Johannes Brunen
Hi Mark, now I have made some progress! Using the win32traceutil worked well. However the real essential part was the addition of the _typelib_guid_ variable to the server class. Below, I have added the working example. Could you confirm that this is the proper way of using the modules? Two que

Re: [python-win32] COM server AddIn

2005-07-07 Thread Mark Hammond
Glad you spotted that - if you feel there is something I could add to the docs or examples to make that error less likely in the future, please let me know. > Two questions remains: > 1.) The following code line seems to be unnecessary. The > AddIn sever works > without it as well. What is > the i

Re: [python-win32] COM server AddIn

2005-07-07 Thread Johannes Brunen
Hi Mark, "Mark Hammond" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Glad you spotted that - if you feel there is something I could add to the > docs or examples to make that error less likely in the future, please let > me > know. For me a well written example with suffic