[New-bugs-announce] [issue25046] ImportError: No module named Multiprocessing

Julio report at bugs.python.org
Wed Sep 9 18:05:08 CEST 2015


New submission from Julio:

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!

----------
components: Library (Lib)
messages: 250318
nosy: jlmora
priority: normal
severity: normal
status: open
title: ImportError: No module named Multiprocessing
versions: Python 2.7

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


More information about the New-bugs-announce mailing list