When installing on Ubuntu 11.04 using either the latest .tgz or .egg
files, I get the following error:
root@none:~/ecspy-0.7 # python setup.py install
Traceback (most recent call last):
File "setup.py", line 7, in <module>
paver.tasks.main()
File "paver-minilib.zip/paver/tasks.py", line 621, in main
File "paver-minilib.zip/paver/tasks.py", line 601, in
_launch_pavement
File "pavement.py", line 7, in <module>
import paver.doctools
ImportError: No module named doctools
yet I can import paver.doctools with no problem:
root@none:~ # python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import paver.doctools
>>>
Does anyone have advice on this problem?
James Phillips
2548 Vera Cruz Drive
Birmingham, AL USA 35235
http://zunzun.com
zun...@zunzun.com