PythonCOM help needed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ashley

    PythonCOM help needed

    I have quite a few COM servers implemented using Visual C++ 6.0 and
    I'm having trouble accessing all of them via Python. The problem is
    with the default being set to pythoncom.Empty while my servers
    require pythoncom.Missi ng.

    According to this article:

    compatibility with Microsoft products requires pythoncom.Empty . I'm
    wondering if anyone knows how I can change my COM servers so that
    they no longer require me to change the makepy generated code.

    Thanks,
    Charles


Working...