Possible problem in Pythonwin Build 151/152

David Sparrman David.Sparrman at personalchemistry.com
Mon Mar 17 10:45:07 EST 2003


I have a wxPython application that is running under Python 2.1 and 2.2

It is currently deployed using Python 2.1.3 and Pythonwin build 147
and working as expected. (wxPython version 2.3.2.1 is used)

When trying out Pythonwin build 151/152 the application halts with an
error dialog

     _GSocket_Internal_Window_Name: python.exe - Entry Point Not Found

     The procedure entry point
     ?PyWinObject_AsPyOVERLAPPED@@YAHPAU_object@@PAPAVPyOVERLAPPED@@H at Z
     could not be located in the dynamic link library PyWinTypes21.dll

This error dialog is displayed before the GUI appears.
The same problem appear if I try to deploy with Python 2.2.2 and
Pythonwin build 152.

Since the Pythonwin build is the only component that has changed from
the working setup, I suspect that there is some problem with Pythonwin
build 151/152

The application halts really early, still doing import's. The
traceback given indicate "Could not load DLL".

Could it be something in my code, and in that case, how can I find out
that?
Or should I continue to suspect Pythonwin build 151/152?


David




More information about the Python-list mailing list