[Pythonmac-SIG] py2app on linux

Ronald Oussoren ronaldoussoren at mac.com
Fri Oct 15 16:57:29 CEST 2010



On 15 Oct, 2010,at 04:11 PM, Daniel O'Donovan <dan.odonovan at gmail.com> wrote:

>> I understood that py2app can only produce mac .apps when run on macosx and
>> not linux.
>> Is this correct?
>> /bjorn
> 
> That's correct.


But Freeze may be of interest to you : http://wiki.python.org/moin/Freeze or even PyInstaller http://www.pyinstaller.org (though I don't use either)...

And if you're on Windows then py2exe is the bees knees.
 

AFAIK neither will create MacOSX application bundles when you're not on an OSX machine.

It is in theory possible to tweak py2app to do this, all of py2app is python code and py2app doesn't use the C compiler. But: you'd need to have a Python framework and all dependent C libraries on your linux box. Futhermore you'll need an OSX machine anyway to test if the output of py2app actually works.

BTW. While it is possible to tweak py2app to do its work on a Linux box I'm not interested in doing the work.

Ronald


Dan

Daniel O'Donovan
dan.odonovan at gmail.com



_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG at python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20101015/b11ec251/attachment.html>


More information about the Pythonmac-SIG mailing list