[Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Rodrigo Ventura
I'm having difficulty on compiling PIL on Leopard. PIL used to compile just fine with the system's python (2.5.1 I believe), but with macpython 2.6 it breaks. First of all, I get lots of warnings after almost all gcc calls during compilation that I did't get before. Sample example: gcc

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Mark Bestley
On Fri, 24 Oct 2008 12:29:09 +0100, Rodrigo Ventura <[EMAIL PROTECTED]> wrote: I'm having difficulty on compiling PIL on Leopard. PIL used to compile just fine with the system's python (2.5.1 I believe), but with macpython 2.6 it breaks. First of all, I get lots of warnings after almost

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Rodrigo Ventura
On Oct 24, 2008, at 1:07 PM, Mark Bestley wrote: I see /opt/local on your paths - This is from macports - probably a good idea to remove that from your INCLUDE Thank you Mark, it solved (removed from PATH which is strangely used to figure out the libs path) but now I don't have support fo

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Mark Bestley
On Fri, 24 Oct 2008 15:26:26 +0100, Rodrigo Ventura <[EMAIL PROTECTED]> wrote: On Oct 24, 2008, at 1:07 PM, Mark Bestley wrote: I see /opt/local on your paths - This is from macports - probably a good idea to remove that from your INCLUDE Thank you Mark, it solved (removed from PATH whi

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Christopher Barker
Mark Bestley wrote: I can see several choices yup -- it's easy to do all or nothing with macport or fink, though I do see folks using macports to satisfy the dependencies for some python extensions -- I wonder how? If 1 works good - 2 or 3 would take more time 4) Use the pre-built Univer

[Pythonmac-SIG] py2app fails on /usr/bin/strip

2008-10-24 Thread David Eyk
The py2app command is failing for me with a very strange error: /usr/bin/strip: for architecture i386 object: /Users/deyk/code/py/spaaace/trunk/dist/bash.app/Contents/MacOS/bash malformed object (unknown load command 8) stripping saved 18312668 bytes (12069072 / 30381740) This l

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Mark Bestley
On Fri, 24 Oct 2008 17:37:50 +0100, Christopher Barker <[EMAIL PROTECTED]> wrote: Mark Bestley wrote: I can see several choices yup -- it's easy to do all or nothing with macport or fink, though I do see folks using macports to satisfy the dependencies for some python extensions -- I wonder

Re: [Pythonmac-SIG] python 2.6 on mac seems to break compatibility

2008-10-24 Thread Christopher Barker
Mark Bestley wrote: I have run a few packages using setup into macports. I'm confused - you mean using macport libs with the non-macport framework build? The macports python is now a framework does macport support Universal binaries? and will install to /opt/local/Library/Frameworks/Pyt

[Pythonmac-SIG] Rocket jumping up and down in the dock?

2008-10-24 Thread Bill Janssen
So sometimes when I run a Python service I get a rocket jumping up and down in the Dock for 30 seconds or so. Usually not, but sometimes. Any idea why this happens? I'm using the /usr/bin/python, consistently. Bill ___ Pythonmac-SIG maillist - Pytho

[Pythonmac-SIG] py2app and dependencies

2008-10-24 Thread Ryan Govostes
I'm having some trouble with py2app messing up package dependencies. I built py2app from SVN HEAD a few days ago because the version distributed with Apple's Python 2.5 did not appear to support egg dependencies. 1. It is failing to find the text_format module of Google's protobuf package

Re: [Pythonmac-SIG] py2app and dependencies

2008-10-24 Thread Paul McNett
Ryan Govostes wrote: I'm having some trouble with py2app messing up package dependencies. I built py2app from SVN HEAD a few days ago because the version distributed with Apple's Python 2.5 did not appear to support egg dependencies. 1. It is failing to find the text_format module of Google's

Re: [Pythonmac-SIG] py2app and dependencies

2008-10-24 Thread Ryan Govostes
On Oct 25, 2008, at 12:07 AM, Paul McNett wrote: Or, I've had good luck with some packages to put them in "includes" instead. I tried this with one of the dependencies that was imported with __import__. It worked to an extent, except that it did not copy over a .dylib file that is part o