Re: easy_install error ...

2010-01-25 Thread tekion
FYI, I figured out what I was doing wrong. After reading the setuptools docs, I noticed took out the quotes around the package name and it works, see details below: python setup.py easy_install -m docutils==0.4 running easy_install Searching for docutils==0.4 Best match: docutils 0.4 Processing

easy_install error ...

2010-01-24 Thread tekion
All, I am running into issue with easy install error, see error below: python setup.py easy_install -m 'docutils==0.4' running easy_install error: Not a URL, existing file, or requirement spec: 'docutils==0.4' any idea as to why? thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: easy_install error ...

2010-01-24 Thread tekion
I am also having another issue with easy_install, python setup.py easy_install --find-links thirdparty 'docutils==0.4' running easy_install error: Not a URL, existing file, or requirement spec: 'docutils==0.4' I think both problem are related. I have setuptool version .6C11 install and I am