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.

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

Reply via email to