cx_freeze error

zyqnews at 163.net zyqnews at 163.net
Sat Jan 29 20:23:30 EST 2005


I am new to Python. I made a script, and compiled it with cx_freeze,
but I got the following message from it:

[cxfreeze]$./FreezePython hello.py
Traceback (most recent call last):
File "initscripts/ConsoleKeepPath.py", line 15, in ?
exec code in m.__dict__
File "FreezePython.py", line 1, in ?
File "optparse.py", line 72, in ?
File "textwrap.py", line 32, in ?
File "textwrap.py", line 81, in TextWrapper
AttributeError: 'module' object has no attribute 'compile'
Does anyone know what I should do ?

Thanks




More information about the Python-list mailing list