pypi and easy_install



Hi,
I noticed tonight that I can't download/install a package of mine
hosted on pypi by using easy_install.
By running "ez_setup.py pyftpdlib" I get:

--- snippet --
options (after parsing config files):
no commands known yet
options (after parsing command line):
option dict for 'aliases' command:
{}
option dict for 'easy_install' command:
{'args': ('command line', ['pyftpdlib']), 'verbose': ('command
line', 1)}
Searching for pyftpdlib
Reading http://pypi.python.org/simple/pyftpdlib/
Reading http://code.google.com/p/pyftpdlib/
No local packages or download links found for pyftpdlib
Traceback (most recent call last):
File "C:\Documents and Settings\billiejoex\Desktop\ez_setup.py",
line 229, in
<module>
main(sys.argv[1:])
File "C:\Documents and Settings\billiejoex\Desktop\ez_setup.py",
line 187, in
main
main(argv)
File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg
\setuptools\comm
and\easy_install.py", line 1670, in main
File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg
\setuptools\comm
and\easy_install.py", line 1659, in with_ei_usage
File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg
\setuptools\comm
and\easy_install.py", line 1674, in <lambda>
File "C:\Python25\lib\distutils\core.py", line 151, in setup
dist.run_commands()
File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands
self.run_command(cmd)
File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
cmd_obj.run()
File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg
\setuptools\comm
and\easy_install.py", line 211, in run
File "C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg
\setuptools\comm
and\easy_install.py", line 440, in easy_install
distutils.errors.DistutilsError: Could not find suitable distribution
for Requir
ement.parse('pyftpdlib')
--- /snippet --

I noticed the following lines:

Searching for pyftpdlib
Reading http://pypi.python.org/simple/pyftpdlib/
Reading http://code.google.com/p/pyftpdlib/
No local packages or download links found for pyftpdlib

....which are very weird since, as you can see by looking here:
http://pypi.python.org/pypi/pyftpdlib/0.2.0
....I provided a download url and easy_install SHOULD know where to get
the package.
Could someone point me in the right direction?
.



Relevant Pages

  • Re: Getting a file from http
    ... Is it is the same command with the ... HTTP version for this. ... You really should be doing "package require http" unless you are counting on ... I have been reading all man pages on http_get and cannot get it to ...
    (comp.lang.tcl)
  • Re: Batch files with SMS?
    ... For download and execute, this is set in the Advertisement>Advanced Client ... The problem I am having with SMS using the command line (Setup.exe /S ... I won't be using any UNC paths as the package contents will be downloaded ...
    (microsoft.public.sms.admin)
  • Re: httpd configure build options
    ... Download the FC4 httpd source code from the mirror. ... Downloaded httpd-2.0.54-10.src.rpm from a mirror and unpacked it. ... It appears to be a clean package, ready to be configured and built. ... I am looking for the specific ./configure command string that was used to create the binary included with fedora's distribution. ...
    (Fedora)
  • ANN: HarvestMan 1.4.5 beta 1
    ... The new version adds a lot of improvements on the command line options. ... However you can download the package and see the Changelogs ...
    (comp.lang.python.announce)
  • Re: httpd configure build options
    ... Download the FC4 httpd source code from the mirror. ... Downloaded httpd-2.0.54-10.src.rpm from a mirror and unpacked it. ... appears to be a clean package, ready to be configured and built. ... I am looking for the specific ./configure command string that was used ...
    (Fedora)

Loading