Editor w. Code Completion for COM-Libs (ActivePython 2.3)

2006-11-15 Thread Udo
Hello, I'm looking for an Python-editor which supports code completion for imported COM-Libs. I'm using ActivePython 2.3. Any hints? Thanks and kind regards Udo -- http://mail.python.org/mailman/listinfo/python-list

Using of a certain Type Library/Running app - corresponding COM object

2006-01-30 Thread Udo
the "COM Makepy utility". Why? Another VBA-capable app lists the libraries. 2. How do I import the desired type library (from win32com.client import ...)? 3. When I have an already running app, how do I create the corresponding COM object in Python? (like GetObject() in VBA)? Many thanks