[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] Python3 igraph import error on Cygwin
From: |
Stephen J. Gaffigan |
Subject: |
[igraph] Python3 igraph import error on Cygwin |
Date: |
Tue, 23 Apr 2013 09:32:45 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 |
Hello,
I'm trying to install python_igraph-0.6.5 under Cygwin.
I've installed the C core (uses Cygwin's gcc4)...
./configure --prefix=/usr/local/igraph-0.6.5
make
make install
ln -s /usr/local/igraph-0.6.5 /usr/local/igraph
And python-igraph (uses Cygwin's python3)...
export CPPFLAGS=-I/usr/local/igraph/include/igraph
export LDFLAGS=-L/usr/local/igraph/lib
python3 setup.py install --prefix=/usr/local
There weren't any build/install errors. But when I try to import, I get
an error.
python3 -c "import igraph"
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/local/lib/python3.2/site-packages/python_igraph-0.6.5-py3.2-cygwin-1.7.17-i686.egg/igraph/__init__.py",
line 34, in <module>
from igraph._igraph import *
ImportError: No such file or directory
Does this sound familiar to anyone?
Thanks.
Steve
- [igraph] Python3 igraph import error on Cygwin,
Stephen J. Gaffigan <=
- Re: [igraph] Python3 igraph import error on Cygwin, Tamás Nepusz, 2013/04/23
- Re: [igraph] Python3 igraph import error on Cygwin, Stephen J. Gaffigan, 2013/04/23
- Re: [igraph] Python3 igraph import error on Cygwin, Tamás Nepusz, 2013/04/24
- Re: [igraph] Python3 igraph import error on Cygwin, Stephen J. Gaffigan, 2013/04/25
- Re: [igraph] Python3 igraph import error on Cygwin, Tamás Nepusz, 2013/04/25
- Re: [igraph] Python3 igraph import error on Cygwin, Stephen J. Gaffigan, 2013/04/28
- Re: [igraph] Python3 igraph import error on Cygwin, Tamás Nepusz, 2013/04/30