win32com events bug fixed.

Mike Fletcher mfletch at tpresence.com
Wed Oct 11 22:35:56 EDT 2000


I assume everyone involved already knows this, but the ThreadState error is
common when you have two libraries linked against different python DLLs, so
probably first thing to do is make sure all the DLLs that are loaded are
really the 2.0c1 release-or-debug-but-not-both DLLs.  I think it was Robin
who suggested using dumpbin, I find using Quickview more convenient. You can
also use the debug trace window in devstudio which shows the filenames of
the dlls getting loaded when you do a debug run.

But you all knew that, so you can safely ignore me :o) ,
Mike

-----Original Message-----
From: Mark Hammond
To: python-list at python.org
Sent: 10/11/2000 7:26 PM
Subject: Re: win32com events bug fixed.
...
I'm not sure what causes your thread-state error tho.  Can you try
running "win32comext\axscript\client\pyscript.py" and
"win32com\servers\dict.py", and try your example again?
...




More information about the Python-list mailing list