igraph-help
[Top][All Lists]
Advanced

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

[igraph] IOError: no writer method for file format: pajek


From: Xu Kaikuo
Subject: [igraph] IOError: no writer method for file format: pajek
Date: Wed, 26 Nov 2008 10:31:41 +0800

I want to use function write() to write pajek file: g.write("c:\testigraph.net",'
pajek').
It is declared in the igraphpython.pdf that 'pajek' is supported. But it alway report that
 
 File "C:\Python24\Lib\site-packages\igraph\__init__.py", line 1054, in write
    raise IOError, "no writer method for file format: %s" % str(format)
IOError: no writer method for file format: pajek

Any help?

reply via email to

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