Problem with PY2EXE and VPython

bap no_spam at terastat.com
Tue Apr 27 14:16:00 EDT 2004


Thanks
   The following files are in the distribution directory created by PY2EXE
cvisual.dll
datetime.pyd
DDRAW.dll
dirlist.txt
GLU32.dll
hanoi.exe
library.zip
multiarray.pyd
OPENGL32.dll
python23.dll
umath.pyd
w9xpopen.exe
_numpy.pyd
_sre.pyd

None appear to be extraneous system files.

Bruce
"Thomas Heller" <theller at python.net> wrote in message
news:mailman.37.1083048526.25742.python-list at python.org...
> "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