Problem with PY2EXE and VPython

Thomas Heller theller at python.net
Tue Apr 27 02:48:38 EDT 2004


"bap" <no_spam at terastat.com> writes:

> When I try to run a program on a clean machine using the VPython extensions
> after compiling with PY2EXE I get the following error message: "The
> procedure entry point IsWow64Process could not be located in the dynamic
> link library KERNEL32.dll" . The compiled version runs fine on the original
> machine (win NT OS) but gives this error message on a machine without
> VPython installed (Win 2K OS). Is this anything that can be fixed with
> appropriate parameters in PY2EXE or does it require that VPython be tweaked?

This error looks like that py2exe is picking up some 'system dlls' into
the dist directory, which are (sometimes) system specific.

If you post the list of files that are in the dist directory, it might
be possible to name them.

Earlier versions of py2exe had a builtin list of dlls which should be
ignored, this list will again be in the next version.

Thomas





More information about the Python-list mailing list