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