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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25046>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to