Re: [Pythonmac-SIG] py2app 64 bit or 32 bit

2010-10-31 Thread Ronald Oussoren
On 29 Oct, 2010, at 18:40, BjornJohansson wrote: > > Ok, thanks for the reply > It is a pain to build executables for mac if you dont own a mac > Apple does not permit you to run it as a virtual machine either... You could always try to create a FrankenMac using VirtualBox (see

Re: [Pythonmac-SIG] py2app 64 bit or 32 bit

2010-10-29 Thread BjornJohansson
Ok, thanks for the reply It is a pain to build executables for mac if you dont own a mac Apple does not permit you to run it as a virtual machine either... I think it would be in their interest to distribute a (crippled) version that could be used to build software, since less software is ava

Re: [Pythonmac-SIG] py2app 64 bit or 32 bit

2010-10-15 Thread Kevin Walzer
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

[Pythonmac-SIG] py2app 64 bit or 32 bit

2010-10-15 Thread BjornJohansson
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