I'd like to build binary installers for PIL and matplotlib for
python.org Mac Python 2.7 but I confess I'm not sure how to go about it.
As I understand it there are two flavors of Mac Python 2.7: a 32-bit
build that is compatible with Mac OS X 10.3.9 and later and a 64-bit
build that requires M
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
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
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://
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
>> 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)...
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
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
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.
___