On 20 Dic, 04:33, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > On 20 Dic, 03:47, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > On Dec 19, 9:44 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > > On Dec 19, 8:07 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > > download_url = 'http://code.google.com/p/pyftpdlib/downloads/list', > > > this is from looking at your setup.py here: > > >http://pyftpdlib.googlecode.com/svn/trunk/setup.py > > You're right, the setup.py included in the tarball reports an invalid > download url. > 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. :-\
Found the culprit. That's because my download URL points to http://pyftpdlib.googlecode.com/files/pyftpdlib_0.2.0.tar.gz, which is not a valid distutils-generated filename. A valid filename for pytftpdblib would be pyftpdlib-0.2.0.tar.gz. -- http://mail.python.org/mailman/listinfo/python-list