dave@xxps:~$ mkvirtualenv motest -i motop
New python executable in motest/bin/python
Installing setuptools............done.
Installing pip...............done.
Downloading/unpacking motop
Downloading motop-2.0.tar.gz
Running setup.py egg_info for package motop
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/dave/.virtualenvs/motest/build/motop/setup.py", line 4, in <module>
from src.Motop import Motop
ImportError: No module named src.Motop
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/dave/.virtualenvs/motest/build/motop/setup.py", line 4, in <module>
from src.Motop import Motop
ImportError: No module named src.Motop
Install from egg via pypi. FAILS
Install from zip master via github. SUCCEEDS