错误2:
python2.6版本中:
-bash-4.2$ python
Python 2.6.7 (r267:88850, Nov 16
2013, 08:26:47)
[GCC 4.4.4] on sunos5
Type "help", "copyright", "credits"
or "license" for more information.
>>> import
multiprocessing
python3.2版本中:
-bash-4.2$ python3.2
Python 3.2.5 (default, Nov 16 2013,
04:35:19)
[GCC 4.4.4] on sunos5
Type "help", "copyright", "credits" or
"license" for more information.
>>>
KeyboardInterrupt
>>> import multiprocessing
Traceback (most
recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.2/multiprocessing/__init__.py", line 83, in
<module>
import _multiprocessing
ImportError:
No module named _multiprocessing