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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to