igraph-help
[Top][All Lists]
Advanced

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

[igraph] Help with write_svg


From: Domenico Conti
Subject: [igraph] Help with write_svg
Date: Thu, 07 Jan 2010 16:24:43 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

I have wrote the following code in python:

newFileName = open("fileName", "w")
g.write_svg(newFileName, "kamada_kawai")

I get the following result:

f=open(fname, "w")
TypeError: coercing to Unicode: need string or buffer, file found

Why I obtain this error?







reply via email to

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