[python-win32] Early binding problem

Koen Van Herck koen_van_herck at yahoo.com
Thu Oct 9 13:36:27 EDT 2003


>From within Pythonwin, I run the makepy utility to create the <clsid>.py file.
Then I can do:

win32com.client.Dispatch('...')

and get 

<win32com.gen_py...>

which is OK.

However, if I close Pythonwin and restart it, and then do the Dispatch, I get

<COMObject ...>

which is the late binding COM object.

I can see the <clsid>.py file exists in my temp directory.

Any ideas?

Thanks,
Koen.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20031009/e353662a/attachment.html


More information about the Python-win32 mailing list