Python 3.1 simplejson install

Christian Heimes lists at cheimes.de
Fri Jan 29 09:39:06 EST 2010


dirknbr wrote:
> I am trying to install simplejson on Python 3.1 on Windows. When I do
> 'python setup.py install' I get 'except DisutilsPlatformError, x:
> SyntaxError' with a dash under the comma.

There is no need to install simplejson yourself. Python 3 and 2.6
already have a JSON package called "json".

Christian




More information about the Python-list mailing list