[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Problem saving graphml file
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Problem saving graphml file |
Date: |
Fri, 12 Feb 2010 10:34:04 +0000 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Bernie,
> I am having some trouble saving graphml files with many attributes
> around 30 node attributes, many with unicode text.
If you are working with the Python interface, a workaround is to convert
all your Python unicode objects to string objects with utf-8 encoding
(using the .encode() method of the unicode object) before saving the
graph. I'm working on a patch that will do this automatically.
If this workaround does not work, let me know because there might be
something else going on behind the scenes.
--
Tamas