View Single Post
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#394
Originally Posted by sixwheeledbeast View Post
0.1-7
Code:
/opt/saera/saera.py: Permission denied
sudo chmod +x /opt/saera/saera.py

/opt/saera/saera.py
ImportError: No module named json

sudo apt-get install python-simplejson
ImportError: No module named json

sudo apt-get install json
ImportError: No module named json
Any ideas?
Err, oops. I forgot to make it import simplejson instead if it couldn't find stdlib json. Should be fixed in next release.