[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Igraph install on Python 2.7.1 with OS X Snow Leopard using
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Igraph install on Python 2.7.1 with OS X Snow Leopard using Enthought Python Distribution |
Date: |
Sun, 11 Sep 2011 16:02:54 +0200 |
Dear Denzil,
> In file included from src/arpackobject.c:24:
> src/arpackobject.h:28:27: error: igraph/arpack.h: No such file or directory
> In file included from src/arpackobject.h:29,
> from src/arpackobject.c:24:
> src/graphobject.h:28:27: error: igraph/igraph.h: No such file or directory
> In file included from src/arpackobject.h:29,
> from src/arpackobject.c:24:
Have you installed the C core of the igraph library from source? The Python
interface is really just an interface to the C core of the igraph library, so
you need to compile and install the C core first.
--
T.