try this:
try:
import json
except ImportError:
try:
import simplejson as json
except ImportError:
# can load Django's json on GAE
from django.utils import simplejson as json- [web2py] Re: Using pyGravatar to get user avatar for profile p... Vollrath
- [web2py] Re: Using pyGravatar to get user avatar for prof... Plumo

