I had just one question which is not a 100% wxpython related.
I only own an intel mac and a 64 bit ubuntu box. Is there any easy way to build a PowerPC OSX binary using py2applet.
for the present Mac *.app which i am distributing , I just used the system py2applet with the command
I had just one question which is not a 100% wxpython related.
I only own an intel mac and a 64 bit ubuntu box. Is there any easy way to build a PowerPC OSX binary using py2applet.
I'm not sure about py2applet(though it should work), but using the full py2app should work fine.
Someone who downloaded the app said it does not work on their Powerpc machine.
What python and wxPython build are you using? If you use the python builds from python.org, and the wxPython builds from wxPython.org, and the latest py2app from SVN, you should get Ujiversal builds (supporint 10.4 and above, and maybe 10.3.9)
If you keep having trouble, the pythonmac list may be helpful.
-Chris
···
--
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
If you are making a standalone app (one that includes Python instead of using the System's Python,) and if all the binary extension modules that your app uses are all universal, then your app should be universal too.
···
On 9/27/09 2:15 AM, hari jayaram wrote:
I had just one question which is not a 100% wxpython related.
I only own an intel mac and a 64 bit ubuntu box. Is there any easy way
to build a PowerPC OSX binary using py2applet.
for the present Mac *.app which i am distributing , I just used the
system py2applet with the command