How to use pyreverse on Windows
问题 I would like to create diagram class using pyreverse. I download it, and when I use this command: pyreverse.bat -c PyreverseCommand -a1 -s1 -f ALL -o png test.py I get an error "The name 'dot' is not recognized....". What is "dot", how can I create diagram class? Thanks for answers. 回答1: dot is part of Graphviz (http://www.graphviz.org/About.php). You need to install Graphviz and then modify your PATH so Windows (what I assume you are using) can find it. "the command pyreverse generates the