py2exe 0.5.0 (finally) released
Wilk
wilkSPAM at OUTflibuste.net
Fri Jan 16 17:00:30 EST 2004
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
More information about the Python-list
mailing list