pythondisco

no module named disco.core


I've been following the tutorial here: http://discoproject.org/doc/disco/start/install.html

and have been succesful up to the point where I run the script. I get the error:

no module named disco.core

I have installed disco according to the instructions above, but this doesn't seem to have installed the python library.

I have tried installing it using conda, pip, and easy_install without any luck..

Anyone have any ideas?


Solution

  • Run make install and it should install disco libs in standard location (site-packages or dist-packages).