Fellow earthicans, I'm usually deploying Pylons applications with virtualenv and have hardly any problems (just that "paster shell" doesn't work there - but that doesn't matter here). But on two systems (Debian Etch, Python 2.4) I fail to easy_install the application. It looks something like this:
================================================================= h28:~/live$ ../virtualenv.py . New python executable in ./bin/python Installing setuptools.............................done. h28:~/live$ source bin/activate (live)h28:~/live$ easy_install ~/koitank-0.0.0_20080625-py2.5.egg Processing koitank-0.0.0_20080625-py2.5.egg creating /home/koitank/live/lib/python2.4/site-packages/koitank-0.0.0_20080625-py2.5.egg Extracting koitank-0.0.0_20080625-py2.5.egg to /home/koitank/live/lib/python2.4/site-packages Adding koitank 0.0.0-20080625 to easy-install.pth file Installed /home/koitank/live/lib/python2.4/site-packages/koitank-0.0.0_20080625-py2.5.egg Processing dependencies for koitank==0.0.0-20080625 Searching for koitank==0.0.0-20080625 Reading http://pypi.python.org/simple/koitank/ Couldn't find index page for 'koitank' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ No local packages or download links found for koitank==0.0.0-20080625 error: Could not find suitable distribution for Requirement.parse('koitank==0.0.0-20080625') ================================================================= Looks like easy_install actually installed the application. But then it seems to find a reference to itself and looks on PyPi (where it's not registered - deliberately). I built the egg with "python setup.py bdist_egg" on a system (Debian unstable) with Python 2.5 but AFAIK it's sufficient to have Python >=2.4. Virtualenv was taken from the trunk (version 1.1.1dev). On one of the systems it helped to use virtualenv 1.1 instead of 1.0. But that's not the case here. My koitank.egg-info/requires.txt file reads: ============================= Pylons==0.9.6.2 sqlalchemy>=0.4 webhelpers>=0.6dev Mako>=0.2.1 psycopg2>=2.0.5.1 ============================= Any ideas? Cheers Christoph -- When you do things right people won't be sure you've done anything at all.
signature.asc
Description: This is a digitally signed message part.
