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 eric.araujo, skrah
Date 2012-02-03.13:47:11
SpamBayes Score 0.013569111
Marked as misclassified No
Message-id <1328276832.69.0.171538388828.issue13861@psf.upfronthosting.co.za>
In-reply-to
Content
I have the same one on Debian testing:

======================================================================
FAIL: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_pydoc.py", line 403, in test_apropos_with_bad_package
    self.assertEqual(b'', result)
AssertionError: b'' != b'docutils.parsers.null - A do-nothing parser.\ndocutils.writers.null - A do-nothing Writer.'

======================================================================
FAIL: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_pydoc.py", line 413, in test_apropos_with_unreadable_dir
    self.assertEqual(b'', result)
AssertionError: b'' != b'docutils.parsers.null - A do-nothing parser.\ndocutils.writers.null - A do-nothing Writer.'


docutils is the first package that’s found in my user site-packages; can you tell if your Crypto package is in that same location?
History
Date User Action Args
2012-02-03 13:47:12eric.araujosetrecipients: + eric.araujo, skrah
2012-02-03 13:47:12eric.araujosetmessageid: <1328276832.69.0.171538388828.issue13861@psf.upfronthosting.co.za>
2012-02-03 13:47:12eric.araujolinkissue13861 messages
2012-02-03 13:47:11eric.araujocreate