1)PyViz安装依赖包
sudo apt-get install python-dev python-pygraphviz python-kiwi python-pygoocanvas python-gnome2 python-gnomedesktop(已经被包含在python-rsvg中) python-rsvg
2)PyViz使用前准备
在程序中包含:
CommandLine cmd;
cmd.Prase (argc,argv);
3)PyViz使用
在运行脚本的语句后面加入参数 vis
例 ./waf --run scratch/third --vis
网友博客
http://blog.csdn.net/mars_nudt/article/details/7464088#comments
官方网址
https://www.nsnam.org/wiki/index.php/PyViz
网友评论