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
Hello,

I want to use COM for automating an app via Python. On my PC are two
versions of that app installed, therefore I have two type libraries. My
questions are:

1. I had to manually create the two type libraries because they haven't
been listed in "Select Library"-dialog of 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 in advance
Udo

-- 
http://mail.python.org/mailman/listinfo/python-list