This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdiogenes
Recipients hdiogenes
Date 2008-06-20.01:58:41
SpamBayes Score 0.017558098
Marked as misclassified No
Message-id <1213927152.64.0.995620300444.issue3150@psf.upfronthosting.co.za>
In-reply-to
Content
The new multiprocessing module is not being installed:

$ python3.0
Python 3.0b1+ (py3k:64417, Jun 19 2008, 21:25:46) 
[GCC 4.0.1 (Apple Inc. build 5483)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named multiprocessing
>>> 

After adding it to Makefile.pre.in and rebuilding/reinstalling:

$ python3.0
Python 3.0b1+ (py3k:64417M, Jun 19 2008, 22:50:25) 
[GCC 4.0.1 (Apple Inc. build 5483)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>>
History
Date User Action Args
2008-06-20 01:59:15hdiogenessetspambayes_score: 0.0175581 -> 0.017558098
recipients: + hdiogenes
2008-06-20 01:59:12hdiogenessetspambayes_score: 0.0175581 -> 0.0175581
messageid: <1213927152.64.0.995620300444.issue3150@psf.upfronthosting.co.za>
2008-06-20 01:59:10hdiogeneslinkissue3150 messages
2008-06-20 01:59:09hdiogenescreate