[python-win32] Can't access methods of COM object.

2010-11-05 Thread Robert Norman
I have been successful in the past using COM from Python to control ActiveX elements such as LabView programs and a few third-party device servers. I recently tried to integrate a new component which came with a LabView example and some Visual Basic sample code. The LabView example works for

Re: [python-win32] Can't access methods of COM object.

2010-11-05 Thread Tim Roberts
Robert Norman wrote: I have been successful in the past using COM from Python to control ActiveX elements such as LabView programs and a few third-party device servers. I recently tried to integrate a new component which came with a LabView example and some Visual Basic sample code. The

[python-win32] gakepy / genpy don't collect all methods/attributes

2010-11-05 Thread gatwanagu
Please excuse if this question has been asked previously, I did search but couldn't find anything. I want to use com for Excel to access DocumentProperties. Microsoft Office 12.0 Object Library contains the definitions for this. If I now generate the Python Wrapper File (not sure what the

[python-win32] Win32 equivalent of VB doevents() or just use time.sleep()?

2010-11-05 Thread python
We have a bunch of command line utilities that use all the CPU capacity available to them. Our customer has asked us to find ways we might make these utilities more system friendly by occassionally calling what they refered to as a win32 equivalent of VB's (Visual Basic) doevents() function. I