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 -- http://mail.python.org/mailman/listinfo/python-list