Problem with PY2EXE and VPython

bap no_spam at terastat.com
Tue Apr 27 19:31:12 EDT 2004


Thomas
   Thanks -- removing the OPENGL dlls did the trick. Turns out they are
included with Windows2k (and xp and Nt) -- which I once knew, but anyway
having another copy apparently greatly confused Windows.

Bruce


"Thomas Heller" <theller at python.net> wrote in message
news:mailman.55.1083090463.25742.python-list at python.org...
> Bruce, I could not reply to the private mail you sent me (some permanent
> error at the mail server), so here it goes:
>
> Bruce Peterson writes:
>
> > Thomas
> >    Thanks -- here are the files in the distribution directory created
> >    by PY2EXE for tower of Hanoi demo.
> > 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
> >
>
> Bruce, you should at least remove these files from the dist dir, and
> make sure in other ways that opengl and direct draw (is this directX, or
> how it's called?)  is installed on the target system:
>
> > DDRAW.dll
> > GLU32.dll
> > OPENGL32.dll
>
> I'm not sure where cvisual.dll comes from.  (10 seconds later, after
> googling around: ah, it's from VPython, so it must stay).
>
> The other files are Python extensions.
>
> Thomas
>
>





More information about the Python-list mailing list