Issue 25046: ImportError: No module named Multiprocessing (original) (raw)

Hi!,

I have a problem to import a multiprocessing module. I am using Python 2.7 and Windows 8. The program (.py) is executed since MS-DOS console.

If I run the program the output is "ImportError: No module named multiprocessing".

If I execute "import multiprocessing" on Python Command Line I don't have problems, but It isn't useful for my program, because I need to import since my own file .py

What do you recommend me?. I need to get benefit from the process-based parallelism and to use several processors.

Thank you so much!

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).