On 13 May, 2008, at 1:15, Arne Babenhauserheide wrote:
Hi,
I am trying to get py2app and bdst_mpkg to work in Gentoo GNU/Linux
at the
moment, and I wondered, if you could provide some information.
The problems I'm stumbling upon are:
* plistlib isn't avaible in my Python. It can be downloa
The use of py2app on GNU/Linux is, that I want to distribute apps to non-linux
users, but I don't have MacOSX running anywhere near.
I develop on my Gentoo Box, and I want to be able to create programs for
friends of mine who use MacOSX.
Python is cross platform, but to really use that advant
Arne Babenhauserheide wrote:
The use of py2app on GNU/Linux is, that I want to distribute apps to non-linux
users, but I don't have MacOSX running anywhere near.
I develop on my Gentoo Box, and I want to be able to create programs for
friends of mine who use MacOSX.
Python is cross platform,
Hi Ronald,
Thanks for your answer!
El Tuesday, 13 de May de 2008 15:22:13 escribió:
> plistlib is a mac-specific library, it will be added to the general
> stdlib in python 2.6.
And it works under GNU/Linux (I tried installing it by hand).
> > * Carbon.File isn't avaible in my Python either.