[Pythonmac-SIG] py2app, iGraph and icns

2009-07-29 Thread Bernie Hogan
Hi everyone, First post to the list. I have a problem that I'm not sure if anyone else has encountered. I'm trying to make an application that is in many respects a 'skin' over a specific data object (an igraph network object). The iGraph package in python is great for analysis, but it is really

Re: [Pythonmac-SIG] py2app, iGraph and icns

2009-07-29 Thread Christopher Barker
Bernie Hogan wrote: I have a problem that I'm not sure if anyone else has encountered. I'm trying to make an application that is in many respects a 'skin' over a specific data object (an igraph network object). The iGraph package in python is great for analysis, but it is really a set of c++ obje

[Pythonmac-SIG] how to recover from a framework build?

2009-07-29 Thread Bill Janssen
I made the mistake of trying to build a version of Python with debugging symbols on my Mac. I downloaded the sources to 2.5.4, and did a "make frameworkinstall DESTDIR=/tmp". Now my Python-Cocoa apps won't compile in Xcode. They compiled just fine before I did this... Line Location Tool:0: symb

Re: [Pythonmac-SIG] how to recover from a framework build?

2009-07-29 Thread Ned Deily
In article <6054.1248909...@parc.com>, Bill Janssen wrote: > I made the mistake of trying to build a version of Python with debugging > symbols on my Mac. I downloaded the sources to 2.5.4, and did a "make > frameworkinstall DESTDIR=/tmp". > > Now my Python-Cocoa apps won't compile in Xcode. T

Re: [Pythonmac-SIG] how to recover from a framework build?

2009-07-29 Thread Bill Janssen
Think I fixed things. I found two problems. First of all, my build wasn't universal, but it appparently overwrote the Python framework SDK in /Developer/. So when Xcode tried to build for both ppc and i386, it only found i386. That was the link error I originally posted. I'll re-install Xcode