When I run a very simple code with pydot
import pydot
graph = pydot.Dot(graph_type=\'graph\')
for i in range(3):
edge = pydot.Edge(\"king\", \"lord%d\" %
There are now at least 2 more versions that appear to support PyParsing-2 and Python-3:
site-packages\pydotplus to site-packages\pydot for it to work with existing programs that import pydot.a branch for Python 3 compatibility