On Jan 6, 1:20 am, Steven D'Aprano wrote:
> On Tue, 05 Jan 2010 13:52:18 -0800,t0sterwrote:
> > It looks like the user don't have permission to access shared memory.
> > When executing with root privileges it works fine.
>
> > Is there any solution to run it as normal user(not root)?
>
> Then give
Hi guys, I'm getting an error when trying to execute python program
that uses multiprocessing package:
File "/usr/local/lib/python2.6/multiprocessing/__init__.py", line
178, in RLock
return RLock()
File "/usr/local/lib/python2.6/multiprocessing/synchronize.py", line
142, in __init__
Se