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 ngie
Recipients jnoller, ngie
Date 2009-04-12.22:52:19
SpamBayes Score 2.239438e-06
Marked as misclassified No
Message-id <1239576741.02.0.964102814408.issue5743@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry -- the info for my python2.6 was out of date. Here's the info (I
had to set PYTHONPATH to "" to avoid a multiprocessing module conflict):

bash-3.00$ PYTHONPATH=""; python2.6 `which nosetests`
~/test_managers_support.py
Python version:
2.6.1 (r261:67515, Mar 28 2009, 06:39:52)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-9)]F
======================================================================
FAIL: test_managers_support.test_has_managers
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/ws/garrcoop-sjc/tools/lib/python2.6/site-packages/nose-0.10.4-py2.6.egg/nose/case.py",
line 182, in runTest
    self.test(*self.arg)
  File "/users/garrcoop/test_managers_support.py", line 9, in
test_has_managers
    assert hasattr(multiprocessing, 'managers')
AssertionError

----------------------------------------------------------------------
Ran 1 test in 0.045s

FAILED (failures=1)
History
Date User Action Args
2009-04-12 22:52:21ngiesetrecipients: + ngie, jnoller
2009-04-12 22:52:21ngiesetmessageid: <1239576741.02.0.964102814408.issue5743@psf.upfronthosting.co.za>
2009-04-12 22:52:19ngielinkissue5743 messages
2009-04-12 22:52:19ngiecreate