Given that Python on the Mac is so contrived & problematic,
problematic, maybe, contrived? huh? Anyway, if you think of the Mac
like Windows -- i.e. dont expect a system Python, it's pretty much the
same deal.
In addition to py2app, you might look at PyInstaller. It supports all three
major platforms and I'm pretty sure GUI2Exe works with it too.
Has anhyone use PyINstaller for OS-X? I have not seen a single post
abou tit on the pytonmac list. THis page:
http://www.pyinstaller.org/wiki/Features/MacOsCompatibility
MAke it sound a bit incomplete and minimally tested. Bu tit would be
nice to have one solution that works everywhere -- while py2app was
designed to mirror the py2exe API, it has, in fact, diverged, an I
find I have to essentially write two totally different setup.py files
anyway.
A tiny bit about py2app:
If you use one of Apple's Python installs, py2app does not include
python (Apple's licensing makes that illegal), so you really do'nt
have a stand alone.
So I suggest using the pyton.org binary builds:
The 32bit PPC+Intel build will support OS-X > = 10.4 -- very good coverage.
The 32+64 bit Intel build will support OS-X >= 10.6 Intel only --
which is probably most people by now anyway.
Note that if you are compiling any of your own extensions, the 32 bit
build required XCode 3.8, NOT XCode 4.* -- you can get it from Apple,
but they bury it a bit, so poke around to find it.
-good luck,
-Chris
···
On Thu, Aug 23, 2012 at 8:33 AM, Mike Driscoll <mike@pythonlibrary.org> wrote:
Is Andrea's executable maker still alive & active, or are there other
cross-platform deployment tools available for wx apps?
I know he still maintains it, but I haven't seen much action on it lately.
How do I handle that some users may be running 32-bit an others may be
running 64-bit OSs?
Thanks
32-bit apps work on 64-bit systems most of the time, just not the reverse.
So you can either create just 32-bit versions or create both and name them
accordingly.
- Mike
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov