Problem with py2exe
Austin Wilson
wilson.austin.aj at bhp.com.au
Mon Feb 19 14:36:03 EST 2001
Hi
I am trying to freeze a program using py2exe 0.2.2. However,
I am getting the following output. Can anyone help.
BTW: I am using Python20 and PIL 1.1.1 on Win98.
Thanks
Austin
Resolving binary dependencies:
Traceback (most recent call last):
File "buildwatcher.py", line 6, in ?
scripts=["watcher.py"],
File "c:\program files\python20\lib\distutils\core.py", line 138, in setup
dist.run_commands()
File "c:\program files\python20\lib\distutils\dist.py", line 829, in
run_commands
self.run_command(cmd)
File "c:\program files\python20\lib\distutils\dist.py", line 849, in
run_command
cmd_obj.run()
File "py2exe\py2exe.py", line 354, in run
dlls, unfriendly_dlls = self.find_dependend_dlls(use_runw, dlls)
File "py2exe\py2exe.py", line 464, in find_dependend_dlls
alldlls, warnings = bin_depends(loadpath, images)
File "py2exe\py2exe.py", line 674, in bin_depends
for result in py2exe_util.depends(image, loadpath).items():
py2exe_util.bind_error: tcl83.dll
More information about the Python-list
mailing list