btimby píše v Čt 02. 12. 2010 v 20:23 -0800: > In Win64, I am able to build my package, I have Python 64bit and > wxPython 64bit, pyInstaller seems to work fine. The documentation > states this is unsupported.
Great to hear it works for you. > > A Win64 loader is provided has this status changed? Yes, this status has changed. It is a new feature of the upcoming 1.5. The documentation needs to be changed before releasing 1.5. thanks for reporting it. > > I have a 64 bit Mac, when I use pyInstaller, I get the following > error: > > -- > building EXE from outEXE2.toc > Traceback (most recent call last): > File "../../pyinstaller-1.5-rc1/Build.py", line 1459, in <module> > main(args[0], configfilename=opts.configfile) > File "../../pyinstaller-1.5-rc1/Build.py", line 1437, in main > build(specfile) > File "../../pyinstaller-1.5-rc1/Build.py", line 1394, in build > execfile(spec) > File "smartsync.spec", line 12, in <module> > console=1 ) > File "../../pyinstaller-1.5-rc1/Build.py", line 876, in __init__ > self.__postinit__() > File "../../pyinstaller-1.5-rc1/Build.py", line 277, in __postinit__ > self.assemble() > File "../../pyinstaller-1.5-rc1/Build.py", line 1008, in assemble > exe = checkCache(exe, self.strip, self.upx and config['hasUPX']) > File "../../pyinstaller-1.5-rc1/Build.py", line 611, in checkCache > digest = cacheDigest(fnm) > File "../../pyinstaller-1.5-rc1/Build.py", line 580, in cacheDigest > data = open(fnm, "rb").read() > IOError: [Errno 2] No such file or directory: '../../pyinstaller-1.5- > rc1/support/loader/Darwin-64bit/run' > -- As you can see, mac 64bit is not supported at the moment. Pyinstaller needs to be ported to this platform. > > Again the docs state this is unsupported, do I need to get 32bit Python > +wxPython? Do I need a 32bit Mac? you need to bet 32bit wxPython but 64bit Mac should contain 32bit Python. see the following post about pyinstaller 1.5rc1 and mac: http://groups.google.com/group/pyinstaller/browse_thread/thread/a10cb1b59580ef8c -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
