Hello I tried the -X option in the new pyinstaller1.1 (on a script with just 1 line print "it works!") otherwise doing nothing, i.e. I did
python Makespec.py -X myscript python Build.py myscript/myscript.spec and I got Traceback (most recent call last): File "Build.py", line 830, in ? build(sys.argv[1]) File "Build.py", line 76, in build exec open(spec, 'r').read()+'\n' File "<string>", line 11, in ? File "Build.py", line 457, in __init__ self.__postinit__() File "Build.py", line 94, in __postinit__ self.assemble() File "Build.py", line 536, in assemble exe = checkCache(exe, self.strip, self.upx and config['hasUPX']) File "Build.py", line 299, in checkCache cachedir = os.path.join(HOMEPATH, 'bincache%d%d' % (strip, upx)) TypeError: int argument required This happend on winxp, python2.4, upx1.93(prebuilt binary from upx site). What is the problem? Best regards palo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
