hello: I am using Install to create a standalone program for linux. What I has done is :
[Installer]$cd source/linux [linux]$python Make.py [linux]$make [Installer]$cd ../../ [Installer]$python Configure.py [Installer]$python Makespec.py hello.py [Installer]$python Build.py hello Traceback (most recent call last): File "Build.py", line 823, in ? build(sys.argv[1]) File "Build.py", line 25, in build rthooks = eval(open(os.path.join(HOMEPATH, 'rthooks.dat'), 'r').read()) File "<string>", line 1 { ^ SyntaxError: invalid syntax What is this? What is wrong? Please help me. Thanks -- http://mail.python.org/mailman/listinfo/python-list