[python-win32] Problems using makepy

Mark Hammond mhammond at skippinet.com.au
Thu Sep 2 13:16:23 CEST 2004


>     resultTypeInfo = itypeinfo.GetRefTypeInfo(subrepr)
> pywintypes.com_error: (-2147312566, 'Error loading type library/DLL.',
> None, None)

typelibs can have references to other typelibs - loading one of these other
references is what is failing.

> I've tried debugging it but get lost as to what 
> property/method is being
> built. Any ideas how to identify/solve the problem ? Would 
> throwing the
> error away be acceptable ?

Yeah, I think ignoring that error would be acceptable, and we could just
pretend the sub-reference didn't exist.  If you can, please submit a patch
to sourceforge.

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1864 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20040902/a699c957/winmail.bin


More information about the Python-win32 mailing list