Message74036
| Author | jnoller |
|---|---|
| Recipients | aimacintyre, brett.cannon, djmdjm, jnoller, ncoghlan |
| Date | 2008-09-29.18:20:38 |
| SpamBayes Score | 9.603046e-08 |
| Marked as misclassified | No |
| Message-id | <1222712439.75.0.0610573971026.issue3770@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hows this error look:
>>> import multiprocessing
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/jesse/open_source/subversion/python-
trunk/Lib/multiprocessing/__init__.py", line 178, in <module>
" function, see issue 3770.")
multiprocessing.SemaphoreImportError: This platform lacks a functioning
sem_open implementation and thereforce, the required synchronization
primitives needed will not function, see issue 3770.
>>> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-29 18:20:39 | jnoller | set | recipients: + jnoller, brett.cannon, aimacintyre, ncoghlan, djmdjm |
| 2008-09-29 18:20:39 | jnoller | set | messageid: <1222712439.75.0.0610573971026.issue3770@psf.upfronthosting.co.za> |
| 2008-09-29 18:20:39 | jnoller | link | issue3770 messages |
| 2008-09-29 18:20:38 | jnoller | create | |