den-run-ai / yapgvb

Automatically exported from code.google.com/p/yapgvb
0 stars 0 forks source link

read() throws exception #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can't seem to get yapgvb.Graph.read() to work.  I pass read() a temporary 
file and it throws an exception about __init__ taking 3 arguments but 
passed 2.  I fixed this so that I get a graph object back but if I call 
layout and then render the png file that is outputted is blank.  I'm not 
sure I see in the code where the file is actually read.

Original issue reported on code.google.com by mark.gua...@gmail.com on 16 Feb 2009 at 4:07

GoogleCodeExporter commented 9 years ago
The __version__ says 1.1.3 but I installed 1.2.0

Original comment by mark.gua...@gmail.com on 16 Feb 2009 at 4:09

GoogleCodeExporter commented 9 years ago
yapgvb 1.2.0 on Windows cannot currently read .dot files.  If you need to read 
dots,
you'll have to use an old version of yapgvb (with the Boost backend), or use a
different package that reads .dot files.

I'll update Yapgvb to raise an exception that explains this, but it is 
non-trivial to
make read work with the new backend, so it will be a while.

(as for the version reporting 1.1.3:  I'll fix this, thanks)

Original comment by lonnie.p...@gmail.com on 19 Feb 2009 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by lonnie.p...@gmail.com on 19 Feb 2009 at 5:37