I\'m getting an error when trying to execute python program that uses multiprocessing package:
File \"/usr/local/lib/python2.6/multiprocessing/__init__.py\
One simple solution without rebooting is
sudo chmod 777 /dev/shm
That solved my problem.