[IronPython] multiprocessing in 2.7
Jeff Hardy
jdhardy at gmail.com
Wed Mar 23 15:57:42 CET 2011
On Wed, Mar 23, 2011 at 7:19 AM, Romain Gilles <romain.gilles at gmail.com> wrote:
> but who can I add to my IronPython the _multiprocessing module ?
> ------------------------------------------------------------------
> c:\temp>ipy test-ipy-multiprocessing.py
> Traceback (most recent call last):
> File "test-ipy-multiprocessing.py", line 1, in <module>
> File "c:\Program Files\IronPython
> 2.7\lib\site-packages\multiprocessing\__init__.py", line 83, in <module>
> ImportError: No module named _multiprocessing
> ------------------------------------------------------------------
> Maybe It cannot be resolved that way.
Unfortunately, no one has written an IronPython version of
_multiprocessing, so it's not supported. It's probably one of the
trickiest remaining modules to support, so contributions are welcome,
as always.
- Jeff
- Jeff
More information about the Ironpython-users
mailing list