When I run import theano in Python, I get the following error message:
import theano
Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 Type
I solved it by using
sudo pip install graphviz sudo apt-get install graphviz
with the pydot version 1.2.3 works fine