py2exe 0.5.0 (finally) released
Wilk
wilkSPAM at OUTflibuste.net
Sat Jan 17 06:20:44 EST 2004
More information about the Python-list mailing list
Sat Jan 17 06:20:44 EST 2004
- Previous message (by thread): py2exe 0.5.0 (finally) released
- Next message (by thread): py2exe 0.5.0 (finally) released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I answer to myself, the problem was because i didn't remove an old py2exe version in site-packages. Bye Wilk <wilkSPAM at OUTflibuste.net> writes: > Hi, > > I just try this new release with the simple sample, it throw an > exception : > > Traceback (most recent call last): > File "setup.py", line 34, in ? > console = ["hello.py"], > File "C:\PYTHON23\lib\distutils\core.py", line 149, in setup > dist.run_commands() > File "C:\PYTHON23\lib\distutils\dist.py", line 907, in run_commands > self.run_command(cmd) > File "C:\PYTHON23\lib\distutils\dist.py", line 927, in run_command > cmd_obj.run() > File "C:\PYTHON23\Lib\site-packages\py2exe\build_exe.py", line 197, in run > self.create_binaries(py_files, extensions, dlls) > File "C:\PYTHON23\Lib\site-packages\py2exe\build_exe.py", line 391, in create_ > binaries > arcname, target.script) > File "C:\PYTHON23\Lib\site-packages\py2exe\build_exe.py", line 590, in build_e > xecutable > self.add_versioninfo(target, exe_path) > File "C:\PYTHON23\Lib\site-packages\py2exe\build_exe.py", line 609, in add_ver > sioninfo > from py2exe.resources.VersionInfo import Version, RT_VERSION > File "C:\PYTHON23\Lib\site-packages\py2exe\py2exe.py", line 3, in ? > raise RuntimeError, "something's wrong" > RuntimeError: something's wrong > > hello.exe works indeed > > I try it on win98 and winNT, with last python2.3.3 > > There is no unicode file do download for winNT ? > > bye > > -- > Wilk - http://flibuste.net -- Wilk - http://flibuste.net
- Previous message (by thread): py2exe 0.5.0 (finally) released
- Next message (by thread): py2exe 0.5.0 (finally) released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list