Unresolved symbols in MSVCRT.DLL when running a py2exe packaged program.

Thomas Heller thomas.heller at ion-tof.com
Fri Mar 2 08:02:32 EST 2001


Here is a comment about a similar problem in
another py2exe-packed application, which
I received from Jeff Kunce:

>>I just tried runing a py2exe-packaged application on an older NT machine, and
>>it choked with an "Entry Point Not Found" error on MSVCRT.dll
>
>Well, I played with it some more and got it to work.
>
>I simply excluded all the DLLs that are normally found in NTs system32
>directory (MPR.dll, MSVCIRT.dll, MSVCRT.dll, NETAPI32.dll, NETRAP.dll,
>SAMLIB.dll) - and it works now on the older machine.
>
>It looks like there is no easy "good" solution to this problem. Here's a
>comment by Gordon McMillan on the topic:
>  http://www.wxpython.org/archive/2000-June/002469.html

Thomas





More information about the Python-list mailing list