nedd help on using Installer

zyqnews at 163.net zyqnews at 163.net
Sat Jan 29 22:10:33 EST 2005


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




More information about the Python-list mailing list