Closed GoogleCodeExporter closed 8 years ago
Actually, after looking at the source:
try:
import simplejson as json
except ImportError:
import json # Python 2.6
I guess the code isn't really at fault, but it should be made more explicit that
simplejson is a prerequisite to installing this - some sort of alert should be
thrown
on install.
Original comment by PeterBra...@gmail.com
on 24 Dec 2008 at 9:38
I guess setup.py could be updated to add simplejson to the dependencies if
Python <=
2.5 is used.
Original comment by jason.da...@gmail.com
on 1 Jan 2009 at 3:49
Original comment by randall....@gmail.com
on 5 Mar 2009 at 5:09
Original comment by randall....@gmail.com
on 5 Mar 2009 at 5:09
Fixed in r139
Original comment by randall....@gmail.com
on 22 Mar 2009 at 11:11
Original issue reported on code.google.com by
PeterBra...@gmail.com
on 24 Dec 2008 at 9:31