win32gui_dialog problem?

T

Tim Roberts

I'm running Python 2.3 and win32all-155 on Windows 2000. The
win32gui_dialog.py sample in win32\demos dies with this:

C:\Apps\Python23\Lib\site-packages\win32\demos>python win32gui_dialog.py
Fatal Python error: This thread state must be current when releasing

abnormal program termination

C:\Apps\Python23\Lib\site-packages\win32\demos>

It dies at the end of DemoWindow._DoCreate when calling CreateWindow. I'm
boggled. Is this a known problem?
 
M

Mark Hammond

Tim said:
I'm running Python 2.3 and win32all-155 on Windows 2000. The
win32gui_dialog.py sample in win32\demos dies with this:

C:\Apps\Python23\Lib\site-packages\win32\demos>python win32gui_dialog.py
Fatal Python error: This thread state must be current when releasing

abnormal program termination

C:\Apps\Python23\Lib\site-packages\win32\demos>

It dies at the end of DemoWindow._DoCreate when calling CreateWindow. I'm
boggled. Is this a known problem?

Yes, it is a known problem. It is fixed in later win32all versions.

Mark.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top