ImportError: No module named multiprocessing
Julio Alonso
jlmora_ at hotmail.com
Wed Sep 9 17:58:47 EDT 2015
More information about the Python-list mailing list
Wed Sep 9 17:58:47 EDT 2015
- Previous message (by thread): Potential Solution for AssertionError: invalid dtype determination in get_concat_dtype when concatenating operation on list of Dataframes?
- Next message (by thread): ImportError: No module named multiprocessing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ________________________ Julio Mora Olivares Estudiante Ingeniería Civil Industrial Diploma en Transporte y Logística Pontificia Universidad Católica de Chile -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20150909/5b4c75aa/attachment.html>
- Previous message (by thread): Potential Solution for AssertionError: invalid dtype determination in get_concat_dtype when concatenating operation on list of Dataframes?
- Next message (by thread): ImportError: No module named multiprocessing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list