Comment 5 for bug 688569

Revision history for this message
Ravi Gadhia (OpenERP) (rga-openerp) wrote :

Hello,
        This is a packaging issue, for drawing diagram using pydot it's required graphviz but graphviz not install with package.

I test it on windows xp with

python 2.6.5
gtk 2.16.6
pygkt 2.16.0
pydot 1.0.2

First install stable graphviz from: http://www.graphviz.org/Download_windows.php

bug still persist because pydot 1.0.2 could not find grapviz (that bug fixed in pydot 1.0.3 ref:http://code.google.com/p/pydot/issues/list?can=1&q=find_graphviz&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles) so upgrade pydot, that solve issue.

client exe should be package with pydot 1.0.3 and graphviz

Thanks