[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Jesse Noller
Jesse Noller added the comment: Pushed it in r82489 - worked for me on Linux and OS/X. Please let me know if anything else comes up. -- status: open -> closed ___ Python tracker ___

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Jesse Noller
Jesse Noller added the comment: the patch looks good to me - unless someone beats me to it, I'm going to commit it shortly to fix 2.7 -- ___ Python tracker ___ _

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Paul Moore
Paul Moore added the comment: Full test suite also looks OK. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Paul Moore
Paul Moore added the comment: Here's a patch implementing the suggested change. test_multiprocessing passes. I am just running the full test suite now. -- keywords: +patch Added file: http://bugs.python.org/file17849/mp.diff ___ Python tracker

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Paul Moore
Paul Moore added the comment: Martin's analysis (and the description of the commit he refers to) indicates that the correct fix is Cuiseppe's suggestion to change the relative imports to absolute: from _multiprocessing import ... as the previous code was only working because, as a result of

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: Here is the problem: there is no module multiprocessing._multiprocessing; _multiprocessing is a global module. However, multiprocessing/__init__.py imports _multiprocessing, providing multiprocessing._multiprocessing as a valid attribute. sys.modules['multip

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Martin, any ideas? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Build -Library (Lib) nosy: +merwok resolution: -> accepted ___ Python tracker ___ ___ Python-

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Georg Brandl
Changes by Georg Brandl : -- priority: high -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson priority: normal -> high ___ Python tracker ___ _

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Giuseppe Ottaviano
New submission from Giuseppe Ottaviano : With a fresh install from python-2.7rc2.amd64.msi (rc1 is also affected) multiprocessing gives the following error: Python 2.7rc2 (r27rc2:82154, Jun 22 2010, 21:22:29) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license"