Re: [python-win32] Makepy does not generate all secondary interfaces?

2010-11-09 Thread Åsmund Hjulstad
library... Building definitions from type library... Building definitions from type library... Building definitions from type library... Generation complete.. Importing module ImportError: No module named IPIAsynchStatus2 Any pointers appreciated. (Or is this possibly a bug?) 2010/11/9 Åsmund Hjulstad

Re: [python-win32] Wrong default value for optional argument in makepy signature.

2010-11-09 Thread Åsmund Hjulstad
2010/11/9 Tim Roberts t...@probo.com: Åsmund Hjulstad wrote: I keep getting the following exception when making some calls on a ActiveX DLL library (PISDK). Problem partially solved, posting in case others may find it usefull. TypeError: The Python instance can not be converted to a COM

Re: [python-win32] Makepy does not generate all secondary interfaces?

2010-11-09 Thread Åsmund Hjulstad
2010/11/9 Tim Roberts t...@probo.com: Åsmund Hjulstad wrote: ... My latest attempt is pisdkcommonlib = ('{76A44786-EBC8-11D3-BDC5-00C04F779EB2}', 0, 1, 0) win32com.client.makepy.GenerateChildFromTypeLibSpec(IPIAsynchStatus2, pisdkcommonlib, 1) which gives me ... ImportError: No module

Re: [python-win32] Makepy does not generate all secondary interfaces?

2010-11-09 Thread Åsmund Hjulstad
2010/11/9 Tim Roberts t...@probo.com: Åsmund Hjulstad wrote: My latest attempt is pisdkcommonlib = ('{76A44786-EBC8-11D3-BDC5-00C04F779EB2}', 0, 1, 0) win32com.client.makepy.GenerateChildFromTypeLibSpec(IPIAsynchStatus2, pisdkcommonlib, 1) That's not the correct usage.  Did you see