[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Unable to save graphml file
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Unable to save graphml file |
Date: |
Fri, 11 Jan 2013 23:17:55 +0100 |
Hi,
Could be a bug but I'm not sure and unfortunately we don't have any Windows 7
machines to test on. Can you please try it with other formats (e.g.,
write_ncol, write_gml and so on)? Does it work with them or do you get empty
files?
Also, can you please try this:
f = open("gf.graphml")
fg.write_graphml(f)
f.flush()
f.close()
Cheers,
Tamas
On 11 Jan 2013, at 23:13, Stephen Ray <address@hidden> wrote:
> My environment is Python 3.2, igraph 0.6, and Windows 7.
>
> The following code creates an empty file:
> fg = igraph.Graph.Full(10)
> fg.write_graphml("gf.graphml")
>
> I have tried opening a file directly but that has the same affect.
>
> Does anyone have any ideas of the reason for this?
>
> Stephen Ray
> Chief Technology Officer
> Cobb Systems Group, LLC
> Rockville Innovation Center
> 155 Gibbs Street
> Suite 514
> Rockville, MD 20850
> United States of America
>
> Office: 301-515-1230
> Cell: 240-888-6507
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help