bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

easy_install twistar fails #40

Closed erikkaplun closed 11 years ago

erikkaplun commented 11 years ago
(venv)~/work/myproj$ easy_install twistar
Searching for twistar
Reading http://pypi.python.org/simple/twistar/
Reading http://findingscience.com/twistar
Best match: twistar 1.0.macosx-10.8-x86-64
Downloading http://pypi.python.org/packages/any/t/twistar/twistar-1.0.macosx-10.8-x86_64.tar.gz#md5=c35939bda8523deecd9c3c8384e813f4
Processing twistar-1.0.macosx-10.8-x86_64.tar.gz
error: Couldn't find a setup script in /var/folders/5g/_j29fpt55fx79_y642308n880000gp/T/easy_install-vO2hDM/twistar-1.0.macosx-10.8-x86_64.tar.gz

I think this might be because you've uploaded the egg as a binary distribution (bdist). Instead, use:

python setup.py sdist upload
bmuller commented 11 years ago

Reuploaded. Let me know if you still have an issue.

erikkaplun commented 11 years ago

works for me now :)