At 04:47 AM 12/20/2007 +0100, Giampaolo Rodola' wrote: >You're right, the setup.py included in the tarball reports an invalid >download url.
That's not what I said at all. >I fixed the issue in setup.py and used "setup.py register" for >uploading the new package on pypi again. >As you can see from here: >http://pypi.python.org/pypi?name=pyftpdlib&version=0.2.0&:action=disp... >...now the download url is correct, but the problem still remains. :-\ Please read my previous message again, and you will see the answer to your question. easy_install can only install files that were generated using the distutils; it does not support arbitrarily-named archives with arbitrary contents. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
