Re: Python 3.1 simplejson install

2010-01-29 Thread Chris Rebert
On Fri, Jan 29, 2010 at 6:33 AM, Peter Otten <__pete...@web.de> wrote: > 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. > > You are trying to in

Re: Python 3.1 simplejson install

2010-01-29 Thread Christian Heimes
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 calle

Re: Python 3.1 simplejson install

2010-01-29 Thread Peter Otten
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. You are trying to install a package written for Python 2.x on 3.x, and some of the 2.x Syntax is

Python 3.1 simplejson install

2010-01-29 Thread dirknbr
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. Any ideas? Dirk -- http://mail.python.org/mailman/listinfo/python-list