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 skrah
Recipients collinwinter, skrah
Date 2010-05-14.10:55:54
SpamBayes Score 2.3509251e-07
Marked as misclassified No
Message-id <1273834557.81.0.420477221669.issue8710@psf.upfronthosting.co.za>
In-reply-to
Content
When the system python does not have the Lib/test directory, the
compat tests are failing.


======================================================================
ERROR: test_attribute_name_interning (test.test_xpickle.CPicklePython26Compat)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/svn/trunk/Lib/test/pickletester.py", line 959, in test_attribute_name_interning
    s = self.dumps(x, proto)
  File "/home/stefan/svn/trunk/Lib/test/test_xpickle.py", line 114, in dumps
    return self.send_to_worker(self.python, arg, proto)
  File "/home/stefan/svn/trunk/Lib/test/test_xpickle.py", line 110, in send_to_worker
    raise RuntimeError(stderr)
RuntimeError: Traceback (most recent call last):
  File "/home/stefan/svn/trunk/Lib/test/test_xpickle.py", line 17, in <module>
    from test import test_support
ImportError: No module named test
History
Date User Action Args
2010-05-14 10:55:57skrahsetrecipients: + skrah, collinwinter
2010-05-14 10:55:57skrahsetmessageid: <1273834557.81.0.420477221669.issue8710@psf.upfronthosting.co.za>
2010-05-14 10:55:55skrahlinkissue8710 messages
2010-05-14 10:55:54skrahcreate