I have a wxPython application that I have used py2exe for Windows and py2app to
make an app that runs on OSX 10.4 intel.
What I want to know is what does one have to do to make this same app package
run on OSX 10.5, OSX 10.4 PPC and maybe even OSX 10.3 PPC?
Details of what I need to do would be nice as I am a Windows programmer and
not much of a mac person.
Thanks
Phil Schloss
Thanks, I think I'm okay then, I'm using:
python 2.5.2 (r252.60911, Feb 22, 2008, 07:55:58) and
wxpython2.8-osx-unicode-2.8.7.1-universal-py2.5.dmg
Between the "wxPython in Action" book (that everyone should have) and
this list I have never in 45+ years used a language that was as well
supported as wxPython (an as easy to program in)
Phil
ยทยทยท
At 07:03 AM 7/19/2008, Cody Precord wrote:
Hello,
On Jul 19, 2008, at 1:35 AM, Phil Schloss wrote:
I have a wxPython application that I have used py2exe for Windows
and py2app to
make an app that runs on OSX 10.4 intel.
What I want to know is what does one have to do to make this same
app package
run on OSX 10.5, OSX 10.4 PPC and maybe even OSX 10.3 PPC?
Nothing if you are using a current universal binary of wxPython.
py2app will create a
universal binary that will run on all of them.
cody
_______________________________________________