At 02:09 AM 2/2/2007 +0100, =?ISO-8859-2?Q?Micha=B3_Kwiatkowski?= wrote:

>Going here works: http://python.org/pypi/parallel/0.2.1 .
>
>Doing this doesn't:
>
>$ easy_install parallel==0.2.1
>Searching for parallel==0.2.1
>Reading http://cheeseshop.python.org/pypi/parallel/
>Reading http://cheeseshop.python.org/pypi/parallel/0.2.3
>No local packages or download links found for parallel==0.2.1
>error: Could not find suitable distribution for
>Requirement.parse('parallel==0.2.1')

easy_install -f http://python.org/pypi/parallel/0.2.1 parallel==0.2.1

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to