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.

A Win64 loader is provided has this status changed?

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'
--

Again the docs state this is unsupported, do I need to get 32bit Python
+wxPython? Do I need a 32bit Mac?

-- 
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.

Reply via email to