deutschmarco / sqlautocode

Automatically exported from code.google.com/p/sqlautocode
Other
0 stars 0 forks source link

make it installable with easy_install and pypi #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python -m easy_install sqlautocode

What is the expected output? What do you see instead?
Searching for sqlautocode
Reading http://pypi.python.org/simple/sqlautocode/
Reading http://code.google.com/p/sqlautocode/
No local packages or download links found for sqlautocode
error: Could not find suitable distribution for
Requirement.parse('sqlautocode')

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

Please provide any additional information below.

Seems like sqlautocode needs to bundle setup.py script with the distribution.
> python -m easy_install -f
http://code.google.com/p/sqlautocode/downloads/list sqlautocode
Searching for sqlautocode
Reading http://code.google.com/p/sqlautocode/downloads/list
Best match: sqlautocode 0.5.1
Downloading http://sqlautocode.googlecode.com/files/sqlautocode-0.5.1.tar.gz
Processing sqlautocode-0.5.1.tar.gz
error: Couldn't find a setup script in
c:\docume~1\quest\locals~1\temp\easy_install-sfemav\sqlautocode-0.5.1.tar.gz

Original issue reported on code.google.com by techtonik@gmail.com on 23 Apr 2009 at 12:40

Attachments:

GoogleCodeExporter commented 9 years ago
Installation is incomplete without SQLAlchemy

Original comment by techtonik@gmail.com on 23 Apr 2009 at 12:51

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by spamsch@gmail.com on 12 May 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Thanks. Did you change location of repository? I would like to see how did you 
fixed
that, but there aren't any changes in source view.

Original comment by techtonik@gmail.com on 12 May 2009 at 10:13

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/sqlautocode/source/browse/trunk/setup.py - changes 
were made
in different changes

Original comment by spamsch@gmail.com on 12 May 2009 at 10:31

GoogleCodeExporter commented 9 years ago
Now I see. Did you consider adding dependency for SQLAlchemy like in the patch 
above?

Original comment by techtonik@gmail.com on 12 May 2009 at 1:39

GoogleCodeExporter commented 9 years ago
sqlalchemy is included as dependency (see setup.py) in 0.5.2. Thanks for the 
hint!

Original comment by spamsch@gmail.com on 12 May 2009 at 2:06