Re: [Pythonmac-SIG] 64-bit Python?

2008-07-01 Thread Boyd Waters
On Jul 1, 2008, at 8:29 AM, Blair Zajac wrote: How would a quad-architecture build work with other C/C++ modules? I haven't tested other modules yet; I'm still building quad- architecture GCC 4.2.4 with AT&T and Apple patches. Got that MacPorted yesterday after two weeks' work... now we ha

Re: [Pythonmac-SIG] 64-bit Python?

2008-07-01 Thread Blair Zajac
On May 29, 2008, at 3:13 PM, Boyd Waters wrote: On May 29, 2008, at 2:53 PM, Frank Schima wrote: I have the latest Mac Pro with 10.5.3. I ran the sys.maxint test and got the 32-bit result. I tried both the Apple python and the MacPorts python 2.5.2. The MacPorts 2.5.2 doesn't have my 6

Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-07-01 Thread Christopher Barker
El Duvelle wrote: A question : my version of py2app is 0.3.6. Is that the latest ? yes, thought there may be something newer in SVN -- Ronald? > You might try running "file" on the executable in the bundle. It's > inside the .app bundle, in the MacOS dir. This is what I get in one > exampl

Re: [Pythonmac-SIG] Code signature/py2app

2008-07-01 Thread Kevin Walzer
Kevin Walzer wrote: This application built without problem when I was using Tk 8.5.2; the only change in my setup is the minor version update of Tk to 8.5.3. I admit I'm not up-to-date on the whole "code-signing" thing--is this something that needs to be taken into account with py2app? In

[Pythonmac-SIG] Code signature/py2app

2008-07-01 Thread Kevin Walzer
I'm running into a strange error with py2app on 10.5.3: usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/kevin/Programming/phynchronicity/dist/Phynchronicity.app/Contents/MacOS/python (for architecture ppc7400) /usr/bin/strip: changes being made to th

Re: [Pythonmac-SIG] easy_install problems in some 10.5.3?

2008-07-01 Thread Nehemiah Dacres
whats that -U option u used for mercurial?, perhaps you can do that to simplejason On Tue, Jun 24, 2008 at 4:19 AM, Oscar Sanchez Casamitjana < [EMAIL PROTECTED]> wrote: > hi, > > I've recently installed 10.5.3 in a new machine (iMac), and I'm finding > problems with some eggs. some will install

Re: [Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-07-01 Thread Robin Dunn
Ronald Oussoren wrote: Note that py2app needs a considerable amount of attention though: * need enhancements to properly support eggs: - copy entire eggs into the .app bundle, instead of just bits and pieces - support the "entry-point" feature for eggs - an option to specify required eggs

[Pythonmac-SIG] py2app doesn't include QtOpenGL.so

2008-07-01 Thread Derrick Hendricks
I'm trying to build an app on my 10.5 iMac. This app uses PyQt4 and OpenGL. I'm also cross compiling down to 10.3 universal and using the python 2.4.4 which I got from python.org so I can build the app as "standalone". When I run py2app, it does not copy QtOpenGL.so into the Contents/Resources/l

Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-07-01 Thread Pierre-Alain Dorange
Le 1 juil. 08 à 11:23, El Duvelle a écrit : > > It's possible that you got a PPC build, and it's running under Rosetta > (or whatever they call the PPC emulation) on your Intel box -- does it > run slow too, or just launch slow? > Yes, it is running under Rosetta. My program isn't a big o

Re: [Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-07-01 Thread Ronald Oussoren
On 30 Jun, 2008, at 19:09, Christopher Barker wrote: Hengist Podd wrote: I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, well, py2aqpp is known to have problems with eggs. is that a zipped egg? If so, it may wor

Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-07-01 Thread El Duvelle
First, thanks for the answer! A question : my version of py2app is 0.3.6. Is that the latest ? > Date: Mon, 30 Jun 2008 10:03:41 -0700 > From: [EMAIL PROTECTED] > CC: pythonmac-sig@python.org > Subject: Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel > 10.5 > > Wow! lot's o