bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.

Home Page:http://findingscience.com/twistar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy_install twistar fails

erikkaplun opened this issue · comments

(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

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

works for me now :)