igraph-help
[Top][All Lists]
Advanced

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

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


From: Tamas Nepusz
Subject: Re: [igraph] IOError: no writer method for file format: pajek
Date: Wed, 26 Nov 2008 09:10:44 +0000

Hmmm... strange. Try g.write_pajek("c:\\testigraph.net") until I check what's wrong. (Note the double backslash -- since backslash is an escape character in strings, you have to write it twice if you really want a backslash inside a string)

--
T>

On 2008.11.26., at 2:31, Xu Kaikuo wrote:

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?
_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

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