New issue 9 by pmgue...@gmail.com: Can't install ecspy with python 2.7
http://code.google.com/p/ecspy/issues/detail?id=9
What steps will reproduce the problem?
1. Use python 2.7
2. Don't have any paver libraries installed (but the result is the same if
I did)
3. try to install ecspy via easy_install or pip
What is the expected output? What do you see instead?
It gives an error in import paver.doctools, saying that there is no module
named doctools
What version of the product are you using? On what operating system?
I'm using Ubuntu 11.10, with python 2.7
Please provide any additional information below.
Attached are the output from
$ sudo pip install ecspy
$ sudo easy_install ecspy
$ sudo easy_install Downloads/ecspy-0.7-py2.6.egg
But I think the solution is here
(http://groups.google.com/group/paver/browse_thread/thread/1a88d395b98b4252?pli=1)
Attachments:
pip.output 1.2 KB
easy_install_zip.output 2.7 KB
easy_install_egg.output 3.9 KB
Comment #1 on issue 9 by aaron.lee.garrett: Can't install ecspy with python
2.7
http://code.google.com/p/ecspy/issues/detail?id=9
(No comment was entered for this change.)
Comment #2 on issue 9 by aaron.lee.garrett: Can't install ecspy with python
2.7
http://code.google.com/p/ecspy/issues/detail?id=9
This has been fixed using the solution mentioned by the pmguerre. I have
successfully tested it under Ubuntu 11.10 using Python 2.7.