py2exe -> error in PYTHON23.DLL

RPM1 rpm1deleteme at direcway.com
Sat Jul 3 19:32:34 EDT 2004


"Grant Edwards" <grante at visi.com> wrote in message
news:slrncebbqt.35h.grante at grante.rivatek.com...
> Using py2exe under WinMe, I bundled up a python program
> containing a single line:
>
> print "hello world"
>
> When I zip up the dist directory and move it to another WinMe
> machine, trying to run hello.exe either reboots or pops up a
> dialog box that says
>
>   Hello has caused an error in PYTHON23.DLL
>   Hello will now close
>
>   If you continue to experience problems,
>   try restarting your computer.
>
> Any ideas on what the problem might be?
>

I had a problem with py2exe on WinMe & Win98 because
it needed a unicode extension called unicows.  That fixed it.

Patrick





More information about the Python-list mailing list