[Pythonmac-SIG] py2app 64 bit or 32 bit
Kevin Walzer
kw at codebykevin.com
Fri Oct 15 16:21:59 CEST 2010
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
More information about the Pythonmac-SIG
mailing list