pypi and easy_install

Giampaolo Rodola' gnewsg at gmail.com
Thu Dec 20 08:35:29 EST 2007


On 20 Dic, 04:33, "Giampaolo Rodola'" <gne... at gmail.com> wrote:
> On 20 Dic, 03:47, Istvan Albert <istvan.alb... at gmail.com> wrote:
>
> > On Dec 19, 9:44 pm, Istvan Albert <istvan.alb... at gmail.com> wrote:
>
> > > On Dec 19, 8:07 pm, "Giampaolo Rodola'" <gne... at gmail.com> 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.



More information about the Python-list mailing list