[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

Paul Moore report at bugs.python.org
Sat Jul 3 10:43:22 CEST 2010


Paul Moore <p.f.moore at gmail.com> added the comment:

Martin's analysis (and the description of the commit he refers to) indicates that the correct fix is Cuiseppe's suggestion to change the relative imports to absolute:

from _multiprocessing import ...

as the previous code was only working because, as a result of the bug fixed in r81380, from ._multiprocessing was falling back to this form anyway.

----------
nosy: +pmoore

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9144>
_______________________________________


More information about the Python-bugs-list mailing list