pydot icon indicating copy to clipboard operation
pydot copied to clipboard

a python2/3 compatible version of pydot

Results 7 pydot issues
Sort by recently updated
recently updated
newest added

I want to publish a package on pypi that depends on `pydot`. As you're aware, the [pypi package](https://pypi.python.org/pypi/pydot) is unmaintained an out-of-date. I briefly had my own fork and contacted...

Hello, I got these errors (they are for python3.5, but they are the same on 2.7 and 3.4): ``` FAIL: test_graph_with_shapefiles (__main__.TestGraphAPI) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/pydot_unittest.py",...

Instructions on how to install with a pip one liner, directly from github. Also reference to examples in the testsuite and in the notebook I made for #14. Only made...

This PR allows using pydot inside a Jupyter notebook as it automatically displays graphs as images - see [example notebook](http://nbviewer.ipython.org/github/yoavram/ipython-notebooks/blob/master/pydot_example.ipynb). Changes: - Added a `_repr_png` as expected by Jupyter notebook...

``` $ python3 setup.py install /usr/local/Cellar/python3/3.4.1_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) ``` Shouldn't `pyparsing` be in the `dependencies` dict?

I'm trying to use this bootleg (:P, fix #12 ASAP!) package with NX 1.9.1 and Python 3 on Windows with GV 2.38 and when NX tries to read back in...