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 eric.araujo
Recipients alexis, eric.araujo, flox, higery, jlove, nadeem.vawda, paul.moore, pitrou, tarek, westley.martinez
Date 2011-10-24.16:19:32
SpamBayes Score 0.0010920534
Marked as misclassified No
Message-id <1319473173.66.0.0769780446884.issue13193@psf.upfronthosting.co.za>
In-reply-to
Content
Spamlib-0.1.dist-info is in a directory on sys.path, so the error makes no sense to me.  Can you inspect the content of that directory?  (i.e os.listdir and file contents)  Also, if you can interrupt the test to get a Python or pdb shell, could you try this:

  >>> from packaging.database import Distribution
  >>> d = Distribution('path/to/Spamlib-0.1.dist-info')
  >>> d.metadata
  >>> d.list_distinfo_files()
  >>> d.list_installed_files()
History
Date User Action Args
2011-10-24 16:19:33eric.araujosetrecipients: + eric.araujo, paul.moore, pitrou, nadeem.vawda, tarek, flox, alexis, westley.martinez, jlove, higery
2011-10-24 16:19:33eric.araujosetmessageid: <1319473173.66.0.0769780446884.issue13193@psf.upfronthosting.co.za>
2011-10-24 16:19:33eric.araujolinkissue13193 messages
2011-10-24 16:19:32eric.araujocreate