Hello, On my Debian, I've installed the python-json package. When I do the following in Python, I get : >>> import json >>> print json.__file__ /usr/lib/pymodules/python2.5/json.pyc >>> print json.loads Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'loads'
A bit of Google give me this link : http://code.google.com/p/wsgi-jsonrpc/issues/detail?id=2 I've now installed python-simplejson and it wordks fine. Thanks, Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
