mcm

Comment 10 for bug 567726

Revision history for this message
ubersoldat (alejandroayuso-gmail) wrote :

debianite: Try opening a python console and type:
from json import JSONEncoder
help(JSONEncoder)

This works on 2.6.4 and 2.5.x

Maybe Debian is building Python in some different way and json is not included by default (I've never built Python from the sources, so I don't know if this is possible)