igraph-help
[Top][All Lists]
Advanced

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

[igraph] graphml disabled?


From: Neal Becker
Subject: [igraph] graphml disabled?
Date: Thu, 18 Sep 2008 21:14:14 -0400
User-agent: KMail/1.10.1 (Linux/2.6.26.3-29.fc9.x86_64; KDE/4.1.1; x86_64; ; )

Why is graphml support disabled?  What am I missing?

rpm -q igraph
igraph-0.5-13.fc9.x86_64
rpm -q python-igraph
python-igraph-0.5-5.fc9.x86_64

Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56) 
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> ## working on region in file /usr/tmp/python-17240ACw.py...
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/tmp/python-17240ACw.py", line 6, in <module>
    g = igraph.load(FileName)
  File "/usr/lib64/python2.5/site-packages/igraph/__init__.py", line 1866, in 
read
    return Graph.Read(filename, *args, **kwds)
  File "/usr/lib64/python2.5/site-packages/igraph/__init__.py", line 1019, in 
Read
    return reader(f, *args, **kwds)
igraph.core.InternalError: Error at foreign-graphml.c:992: GraphML support is 
disabled, Unimplemented function call




reply via email to

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