Python遇到的问题-Couldn't import dot_parser, loading of dot files will not be possible.

控制台输出:

Couldn't import dot_parser, loading of dot files will not be possible.

解决办法:

这是dot_parser所依赖模块pyparsing从1.x升级到2.x的变化造成的,安装1.x的旧版本解决这个问题。
pyparsing官方网址:http://pyparsing.wikispaces.com/
下载地址:http://sourceforge.net/projects/pyparsing/

你可能感兴趣的:(python)