I am trying to bundle my app with TideSDK following the instructions here. My command is:
python tibuild.py --dest=hi --type=bundle --package=hi2 c:\users\name\desktop\test
It is giving me this error:
File "tibuild.py", line 39
print "signal caught: %d" % signum
^
SyntaxError: invalid syntax
Line 39 in tibuild.py says this:
print "signal caught: %d" % signum
I am using Python 3.2.3 with TideSDK 1.2.0 RC4 on Windows 7 64-bit. Any ideas?