[issue25046] ImportError: No module named Multiprocessing

R. David Murray report at bugs.python.org
Wed Sep 9 19:04:12 CEST 2015


R. David Murray added the comment:

I suggest posting your question to the python-list mailing list, you are much more likely to get help there.  This tracker is for bugs in python, and what you describe sounds like a problem with your program and/or your setup (if 'import multiprocessing' works at the command line, it should work in a program if run by the same python interpreter as you used at the command line).

----------
nosy: +r.david.murray
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list