I would like to use `multiprocessing` library for my site. However, I ran into some import error in the local test environment. Can I have any suggestions on how to fix this issue? or I have to use `threading` library instead of `multiprocessing`. Thanks!
Below is the traceback information.
ERROR 2014-02-10 19:34:52,315 cgi.py:121] Traceback (most recent call last):
File "D:\Dropbox\ubertool_src\przm/przm_batchoutput.py", line 23, in <module>
import multiprocessing
File "C:\Python27\Lib\multiprocessing\__init__.py", line 65, in <module>
from multiprocessing.util import SUBDEBUG, SUBWARNING
File "C:\Python27\Lib\multiprocessing\util.py", line 40, in <module>
from subprocess import _args_from_interpreter_flags
ImportError: cannot import name _args_from_interpreter_flags