ImportError: No module named simplejson

Created by Savvas Radevic
Keywords:
error
Last updated by:
Savvas Radevic

This probably indicates that you are running python2.5 and not python2.6.
1. In order to use surl with python2.5 you need python-simplejson: http://pypi.python.org/pypi/simplejson
2. If you are packaging it and get that during the build, you need to set python-simplejson as a build dependency.

Enjoy!