I tried to use the excellent comtypes package under Python 3.3. Unfortunately, 
I get the following error message when I import the library:

import comtypes, comtypes.client, comtypes.automation

  File "C:\Python33\lib\site-packages\comtypes\__init__.py", line 1050, in 
<module>
    class IUnknown(object, metaclass=_cominterface_meta):
  File "C:\Python33\lib\site-packages\comtypes\__init__.py", line 282, in 
__new__
    class _(partial.partial, POINTER(p)):
TypeError: metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases

Metaclass conflicts are way over my Python skills. It would be great if 
somebody has any idea how to solve this issue.

Thank you very much!

Sebastian

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to