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 bukzor
Recipients bukzor, coconutrb, doko, jnoller, mark.dickinson, r.david.murray
Date 2011-04-14.05:20:45
SpamBayes Score 1.9706599e-07
Marked as misclassified No
Message-id <1302758445.62.0.594730626517.issue8326@psf.upfronthosting.co.za>
In-reply-to
Content
On Ubuntu 10.10 (maverick), python2.6 is functioning correctly, but python2.7 is giving this error again.


$ /usr/bin/python2.7
>>> from multiprocessing.synchronize import Semaphore
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
History
Date User Action Args
2011-04-14 05:20:45bukzorsetrecipients: + bukzor, doko, mark.dickinson, jnoller, r.david.murray, coconutrb
2011-04-14 05:20:45bukzorsetmessageid: <1302758445.62.0.594730626517.issue8326@psf.upfronthosting.co.za>
2011-04-14 05:20:45bukzorlinkissue8326 messages
2011-04-14 05:20:45bukzorcreate