puruta
unread,Jun 22, 2009, 11:18:59 PM6/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pydot
Graph to_string method makes exception when i used set_simplify.
File "/usr/lib/python2.5/site-packages/pydot.py", line 1458, in
to_string
if self.obj_dict.get('simplify', False) and elm in edges_done:
in graph.to_string(), to remove duplicate edges , pydot is using
edges_done as set().
And this set's element is edge object. I think this set object has to
keep string of edge.to_string().
Thanks,