Created
March 24, 2009 03:48
-
-
Save pope/83922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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