Skip to content

Instantly share code, notes, and snippets.

@pope
Created March 24, 2009 03:48
Show Gist options
  • Save pope/83922 to your computer and use it in GitHub Desktop.
Save pope/83922 to your computer and use it in GitHub Desktop.
(mp) C:\Documents and Settings\pope\My Documents\mp\src\mp>python bin\mp
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python26\Lib\multiprocessing\forking.py", line 341, in main
prepare(preparation_data)
File "C:\Python26\Lib\multiprocessing\forking.py", line 450, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named mpTraceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python26\Lib\multiprocessing\forking.py", line 341, in main
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python26\Lib\multiprocessing\forking.py", line 341, in main
prepare(preparation_data)
File "C:\Python26\Lib\multiprocessing\forking.py", line 450, in prepare
No handlers could be found for logger "multiprocessing"
prepare(preparation_data)
File "C:\Python26\Lib\multiprocessing\forking.py", line 450, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named mp
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named mp
No handlers could be found for logger "multiprocessing"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python26\Lib\multiprocessing\forking.py", line 341, in main
No handlers could be found for logger "multiprocessing"
prepare(preparation_data)
File "C:\Python26\Lib\multiprocessing\forking.py", line 450, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named mp
No handlers could be found for logger "multiprocessing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment