[issue5743] multiprocessing.managers not accessible even though docs say so

2009-04-12 Thread Garrett Cooper
Garrett Cooper added the comment: Ugh... nevermind. Bad case of PEBKAC. Sorry for the noise :(... -- status: open -> closed type: -> feature request ___ Python tracker ___ _

[issue5743] multiprocessing.managers not accessible even though docs say so

2009-04-12 Thread Garrett Cooper
Garrett Cooper added the comment: 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, M

[issue5743] multiprocessing.managers not accessible even though docs say so

2009-04-12 Thread Garrett Cooper
New submission from Garrett Cooper : I'm not sure why but my copy doesn't have a managers module. I'm really confused because multiprocessing.managers exists in Lib/multiprocessing/managers.py and it should have been installed with easy_install... Please see the attached testcase (it shows the d