alefnula / python-amazon

Automatically exported from code.google.com/p/python-amazon
0 stars 0 forks source link

easy_install / setuptools install not implemented #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run easy_install for Python-Amazon under linux or windows:

$ sudo easy_install Python-AmazonSearching for Python-Amazon
Reading http://cheeseshop.python.org/pypi/Python-Amazon/
Reading http://code.google.com/p/python-amazon/
Reading http://cheeseshop.python.org/pypi/Python-Amazon/0.5
Best match: python-amazon 0.5
Downloading
http://cheeseshop.python.org/packages/source/P/Python-Amazon/python-amazon-0.5.t
ar.gz#md5=182ef02dd249efce708d85496097414e
Processing python-amazon-0.5.tar.gz
error: Couldn't find a setup script in
/tmp/easy_install-yZbSpR/python-amazon-0.5.tar.gz

What is the expected output? What do you see instead?

Expect that Python Amazon will install, instead setup cannot find the setup
script.

What version of the product are you using? On what operating system?

Python 2.5.1 ubuntu 7.04
ActivePython 2.5.1 Windows

Please provide any additional information below.

More of a feature request than a defect.

Original issue reported on code.google.com by lancetfr...@gmail.com on 28 Jun 2007 at 4:32

GoogleCodeExporter commented 9 years ago
+1 for this one. 

Original comment by martin.paljak on 18 Oct 2007 at 10:12

GoogleCodeExporter commented 9 years ago
+1, as well.  Either don't make it available to easy_install's search or go to 
the
trouble to fully implement it.

Original comment by brendan....@gmail.com on 16 Feb 2008 at 7:12

GoogleCodeExporter commented 9 years ago
One thing to not it's hard not to make it available to easy_install.

setuptools (easy_install) are quite aggressive when it comes to finding Python 
packages.

Andreas

Original comment by yacc...@gmail.com on 5 Apr 2008 at 5:35