Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [SB2 sdk-build SailfishOS-latest-i486-new-sb] tone@ganymede sfos $ PYTHONPATH=~/.local/lib/python2.7 python multiprocess.py
  2. CREATING BUFFER /tmp/mp28452-3877617582 1
  3. CREATED 2
  4. A 0 00000000
  5. FAILURE: 2
  6. Traceback (most recent call last):
  7. File "multiprocess.py", line 2, in <module>
  8. lock=Lock()
  9. File "/usr/lib/python2.7/multiprocessing/__init__.py", line 176, in Lock
  10. return Lock()
  11. File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
  12. SemLock.__init__(self, SEMAPHORE, 1, 1)
  13. File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
  14. sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
  15. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement