[Ironpython-users] IronPython, Daily Digest 2/5/2014

CodePlex no_reply at codeplex.com
Thu Feb 6 09:29:23 CET 2014


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] from multiprocessing.pool import ThreadPool fails

----------------------------------------------

ISSUES

1. [New issue] from multiprocessing.pool import ThreadPool fails
http://ironpython.codeplex.com/workitem/34959
User objarni has proposed the issue:

"Jeff Hardys recommendation on importing ThreadPool from multiprocessing.pool fails on IPY 2.7.4.

Jeffs comment:
Try from multiprocessing.pool import ThreadPool. IronPython should
include the Python portions of multiprocessing (namely the 'dummy'
module). If not, please open an issue and I'll include them in 2.7.5.

My attempt:
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.18408 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> from multiprocessing import Pool
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named multiprocessing
>>> from multiprocessing import ThreadPool
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named multiprocessing
>>> from multiprocessing.pool import ThreadPool
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named multiprocessing.pool
>>>
"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140206/0c7c1fd0/attachment.html>


More information about the Ironpython-users mailing list