Author: Date: Subject:
Phil Schloss
2008-07-19 00:35:54
[wxpython-users] Different versions of OSX
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
_______________________________________________
wxpython-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Author: Date: Subject:
Cody Precord
2008-07-19 08:03:45
Re: [wxpython-users] Different versions of OSX
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
_______________________________________________
wxpython-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Author: Date: Subject:
Phil Schloss
2008-07-19 08:49:03
Re: [wxpython-users] Different versions of OSX
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
>_______________________________________________
_______________________________________________
wxpython-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
|