COM: VB client, Python server: NULL result ...

Steve Holden sholden at holdenweb.com
Mon Jul 16 08:09:44 EDT 2001


"Mark Hammond" <MarkH at ActiveState.com> wrote in message
news:3B521442.1080103 at ActiveState.com...
> Steve Holden wrote:
>
> > On three separate systems I am experiencing the same problem trying to
> > create an Python COM object from VB. The VB satetement
> >
> >     Set obj = CreateObject("Python.Dictionary")
> >
> > (or any other Python COM object) gives the dreaded error 80004005, with
the
> > message:
> >
> >     Unexpected Python Error: exceptions.SystemError: NULL result without
> > error in call_object
>
>
> If you are using a debug COM object, it may be a bug in win32trace.pyd -
> this has been fixed in the latest ActivePython and win32all.  Creating
> Python.Dictionary from WSH works fine for me.
>
> Mark.

Thanks, Mark -- hopes you might be lurking. I was indeed using debugging: I
thought it would help! I'll try updating the win32 and see if this fixes
things.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list