On 10/13/10 12:38 PM, BjornJohansson wrote:

Hi,
I have a couple of questions about py2app.
I would like to make a mac executable from a wxPython app that I have
written.
I have ubuntu 10.04 64-bit version with py2app installed.
Can I use this setup to create generally usable apps or do I have to use a
32 bit version of Ubuntu?

I am new at this, but I have managed to create a win executables using
py2exe.
Cheers,
bjorn


You have to build your Mac apps on a Mac. Even if py2app runs on Linux, which I'm not sure if it does, you'd be bundling up a Linux build of Python and any binary extensions, which obviously won't run on the Mac.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to