igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Re: address@hidden: Re: [igraph] error while importi


From: Tamas Nepusz
Subject: Re: address@hidden: Re: address@hidden: Re: [igraph] error while importing igraph]]
Date: Fri, 18 Apr 2008 22:46:07 +0200

After this I had another problem loading igraph but I fixed it by re-
installing python.
For me it seems like that you have multiple Python instances installed. One of them most likely originates from fink and it is somewhere in /sw (the executable should be in /sw/bin). Another one (the one shipped by Apple) resides in /usr/bin/python which is a symbolic link to /System/Library/Frameworks/Python.framework/Versions/ 2.5/bin/python. Maybe these multiple instances were the cause for your problems: you usually use the one from /sw/bin, but after installing XCode, the Python installation shipped by Apple took precedence. After reinstalling Python, you got back to the one in /sw/bin again. Or maybe not, I'm just guessing :)

--
T.

It seems (for what I read) that after installing a
new xcode you are *supposed* to install python again (I have no idea
why but this fixed everything).

Anyway, igraph runs amazingly fast and very smoothly now.

Thanks a lot!


On Apr 18, 2008, at 9:19 AM, Gabor Csardi wrote:

You might miss messages if you're not signed up for the list.... FYI.
G.

----- Forwarded message from Tamas Nepusz <address@hidden> -----

From: Tamas Nepusz <address@hidden>
To: Help for igraph users <address@hidden>
Subject: Re: [igraph] error while importing igraph
Date: Fri, 18 Apr 2008 15:15:00 +0200

Hi Hernan,

<type 'exceptions.ImportError'>: dlopen(/sw/lib/python2.5/site-
packages/igraph/core.so, 2): no suitable image found.  Did find:


How did you install igraph? There is a .mpkg installer for Intel Macs
using Leopard, which can be downloaded here:

http://cneurocvs.rmki.kfki.hu/igraph/download/python_igraph-0.5-py2.5-macosx10.5.dmg

Did you use this one? What I find particularly strange is the
following two error messages in your output:

        /sw/lib/python2.5/site-packages/igraph/core.so: mach-o, but wrong
architecture
This means that the C core of igraph is compiled for the wrong
architecture (PPC instead of Intel or the opposite). Since you have an
Intel-based Mac and I also compiled igraph for Intels, this shouldn't
happen. Please examine the above mentioned file from the command line
as follows:

file /sw/lib/python2.5/site-packages/igraph/core.so

This should list the architectures for which core.so was compiled. In
my case, this looks like as follows:

core.so: Mach-O universal binary with 2 architectures
core.so (for architecture i386):        Mach-O bundle i386
core.so (for architecture ppc7400):     Mach-O bundle ppc

        /usr/local/lib/core.so: stat() failed with errno=62
I think errno=62 means that there are too many symbolic links the OS
must follow when it tries to resolve the actual location of /usr/
local/
lib/core.so. Moreover, there shouldn't be any file named like this (at
least not in igraph). So I think core.so belongs to a different
library installed on your Mac and Python tries to load it only because
it failed to load /sw/lib/python2.5/site-packages/igraph/core.so.
Therefore, we should first figure out why Python fails to load it.

Best,
--
Tamas



_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help

----- End forwarded message -----

--
Csardi Gabor <address@hidden>    UNIL DGM

-------------------------------------------------------------------
Hernan Diego Rozenfeld, Ph.D.

Steinman Hall, #1M
City College of CUNY
140th St. at Convent Ave.
New York, NY 10031

315-212-3449 (Cell)
212-650-8871 (Phone)
212-650-6835 (Fax)

http://www.hernanrozenfeld.com
-------------------------------------------------------------------


----- End forwarded message -----

--
Csardi Gabor <address@hidden>    UNIL DGM


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

[Prev in Thread] Current Thread [Next in Thread]