[issue3150] multiprocessing module not being installed

2008-06-19 Thread Humberto Diogenes

New submission from Humberto Diogenes [EMAIL PROTECTED]:

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


--
components: Installation
files: install_multiprocessing.patch
keywords: patch
messages: 68439
nosy: hdiogenes
severity: normal
status: open
title: multiprocessing module not being installed
versions: Python 3.0
Added file: http://bugs.python.org/file10665/install_multiprocessing.patch

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Jesse Noller

Jesse Noller [EMAIL PROTECTED] added the comment:

Is this a make  make install?

--
nosy: +jnoller

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Jesse Noller

Changes by Jesse Noller [EMAIL PROTECTED]:


--
assignee:  - jnoller

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Jesse Noller

Changes by Jesse Noller [EMAIL PROTECTED]:


--
keywords: +easy

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Humberto Diogenes

Humberto Diogenes [EMAIL PROTECTED] added the comment:

Jesse, not install, but altinstall:
sudo rm -fr /usr/local/lib/python3.0
make clean
make  sudo make altinstall

Forgot to mention that it was originally reported by Rodrigo Fenrrir.

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Jesse Noller

Jesse Noller [EMAIL PROTECTED] added the comment:

Thanks. This is what I get from running out of subversion all the time.

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3150] multiprocessing module not being installed

2008-06-19 Thread Benjamin Peterson

Benjamin Peterson [EMAIL PROTECTED] added the comment:

I think r64422 should do the trick.

--
nosy: +benjamin.peterson
resolution:  - fixed
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3150
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com