[devel] [python] sem_open in multiprocessing.queues.Queue

Ildar Mulyukov ildar на altlinux.ru
Чт Апр 19 10:32:05 MSK 2012


Оба наших питона выдают следующее:
$ python3 -c 'from multiprocessing.queues import Queue;'
Traceback (most recent call last):
   File "/usr/lib64/python3.2/multiprocessing/synchronize.py", line 54,  
in <module>
     from _multiprocessing import SemLock
ImportError: cannot import name SemLock

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "/usr/lib64/python3.2/multiprocessing/queues.py", line 48, in  
<module>
     from multiprocessing.synchronize import Lock, BoundedSemaphore,  
Semaphore, Condition
   File "/usr/lib64/python3.2/multiprocessing/synchronize.py", line 59,  
in <module>
     " function, see issue 3770.")
ImportError: This platform lacks a functioning sem_open implementation,  
therefore, the required synchronization primitives needed will not  
function, see issue 3770.

Прошу помочь побороть. Спасибо.
С уважением,
-- 
Ildar Mulyukov,
   free SW designer/programmer/packager
======================================
email: ildar на altlinux.ru
Jabber: ildar.mulyukov на gmail.com
ICQ: 4334029
ALT Linux http://packages.altlinux.org/ru/Sisyphus/maintainers/ildar/
======================================


Подробная информация о списке рассылки Devel