Embedding Python in other programs

Ravi Teja webraviteja at gmail.com
Sun Aug 28 23:55:05 EDT 2005


Greg,
  I don't recall touching VB6 in 4 years. From whatever I remember, you
are trying to do early binding (trying to find a registered type
library). You need to do late binding instead (use CreateObject) to
dynamically instantiate the COM object.

Ravi Teja.




More information about the Python-list mailing list