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

2008-10-25 Thread Mark Bestley
On Fri, 24 Oct 2008 20:04:32 +0100, Christopher Barker <[EMAIL PROTECTED]> wrote: 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 macp

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

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 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

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 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 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

[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