ltddev
Feb 05, 2015 - 01:04
Can anyone point me to any documentation that shows which modules of the standard 2.7x library is not supported by Pythonista?
I am trying to do a:
from multiprocessing import Process
and get an import error that "no module named multiprocessing" is found. It was introduced, so the doc page says, in Python 2.6 (https://docs.python.org/2/library/multiprocessing.html)