Re: [Pythonmac-SIG] py2app on linux

2010-10-28 Thread Christopher Barker
On 10/28/10 12:04 AM, BjornJohansson wrote: Apple does not allow you to run their os on non-apple hardware which means that it is next to impossible to create mac executables without apple hardware legally? yes that is true. If you aren't worried about legality, you could run OS-X on a "hackin

Re: [Pythonmac-SIG] py2app on linux

2010-10-28 Thread BjornJohansson
Hi, and thanks for all the answers. What I wanted to do is distribute a small python app that depends on wx and a few other dependencies. I have a computer running ubuntu 10.04 and I need to distrubute the app to my students who run windows (and do not have python or know how to work the comand l

Re: [Pythonmac-SIG] py2app on linux

2010-10-19 Thread Ronald Oussoren
On 15 Oct, 2010, at 18:34, Christopher Barker wrote: > On 10/15/10 7:57 AM, Ronald Oussoren wrote: >> 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. > > Doesn't py2app need to use macholib to edit shared libs it's bundl

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Christopher Barker
On 10/15/10 6:49 AM, Daniel O'Donovan wrote: 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)... or bbFreeze. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOA

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Christopher Barker
On 10/15/10 7:57 AM, Ronald Oussoren wrote: 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. Doesn't py2app need to use macholib to edit shared libs it's bundling? Is that pure python, and not dependent on any OS-X specifi

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Ronald Oussoren
On 15 Oct, 2010,at 04:11 PM, Daniel O'Donovan 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://

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Daniel O'Donovan
>> 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)...

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Kevin Walzer
On 10/15/10 4:56 AM, BjornJohansson wrote: Hi, I understood that py2app can only produce mac .apps when run on macosx and not linux. Is this correct? /bjorn That's correct. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ Python

[Pythonmac-SIG] py2app on linux

2010-10-15 Thread BjornJohansson
Hi, I understood that py2app can only produce mac .apps when run on macosx and not linux. Is this correct? /bjorn -- View this message in context: http://old.nabble.com/py2app-on-linux-tp29969167p29969167.html Sent from the Python - pythonmac-sig mailing list archive at Nabble.com. ___