py2exe problem
Bror Johansson
bror.johansson at saabtech.se
Thu Aug 14 08:40:49 EDT 2003
When using py2exe to convert a Python program into an executable:
Everything works fine when my.py-files reside in a directory on a local disk
but
after having copied the .py-files to a ClearCase dynamic view located on a
server machine and having checked them in, I get this error when executing
the file built by py2exe (trace output from execution of py2exe is the same
in both cases):
KeyError: Scripts.py2exe\support.py
Python 2.2, py2exe-0.3.4, Win"K
Any idea, anyone?
/BJ
More information about the Python-list
mailing list