This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexis
Recipients Pierre.Lecointre, alexis, eric.araujo, tarek
Date 2012-03-15.16:08:42
SpamBayes Score 3.0422257e-06
Marked as misclassified No
Message-id <1331827723.59.0.865750946209.issue14317@psf.upfronthosting.co.za>
In-reply-to
Content
The APIs of distutils2 have changed. the "index" module is now named "pypi".

So, doing something like::

    >>> from distutils2.pypi.simple import Crawler

should work.
History
Date User Action Args
2012-03-15 16:08:43alexissetrecipients: + alexis, tarek, eric.araujo, Pierre.Lecointre
2012-03-15 16:08:43alexissetmessageid: <1331827723.59.0.865750946209.issue14317@psf.upfronthosting.co.za>
2012-03-15 16:08:42alexislinkissue14317 messages
2012-03-15 16:08:42alexiscreate