igraph-help
[Top][All Lists]
Advanced

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

[igraph] igraph_is_bipartite error?


From: Figa Pelosa
Subject: [igraph] igraph_is_bipartite error?
Date: Tue, 28 Apr 2009 07:02:17 -0700 (PDT)

I installed iGraph on python (PC with ubuntu 9.04) and I have the following error what calling "from igraph import *":

Python 2.5.4 (r254:67916, Apr  4 2009, 17:55:16)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from igraph import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/igraph/__init__.py", line 30, in <module>
    from igraph.core import *
ImportError: /usr/lib/python2.5/site-packages/igraph/core.so: undefined symbol: igraph_is_bipartite
>>>

Thanks to all
F


reply via email to

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