[issue3731] import warning in multiprocessing

2008-09-01 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Mmmh, after doing "svn up" again and recompiling, the extension imports fine and the ImportWarning disappears. -- resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTE

[issue3731] import warning in multiprocessing

2008-09-01 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Indeed. _multiprocessing.so compiles fine but afterwards I get: *** WARNING: importing extension "_multiprocessing" failed with : 'module' object has no attribute 'SemLock' And if I try manually: >>> import _multiprocessing Traceback (most

[issue3731] import warning in multiprocessing

2008-09-01 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Prior to you getting this error: Did you get a compilation error during the make? ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3731] import warning in multiprocessing

2008-08-29 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: I get the following when running "regrtest.py -uall" under trunk: /home/antoine/cpython/__svn__/Lib/multiprocessing/__init__.py:82: ImportWarning: Not importing directory '/home/antoine/cpython/__svn__/Modules/_multiprocessing': missing __i