jdunck / google-visualization-python

Automatically exported from code.google.com/p/google-visualization-python
Apache License 2.0
0 stars 1 forks source link

Import error for json with Python <2.6 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use library in Python <2.6
2. Get import error for "json"

What is the expected output? What do you see instead?
  Working module, import error.

What version of the product are you using? On what operating system?
  Python <2.6

Please provide any additional information below.
  Add import check against json and if failure, import simplejson.

Original issue reported on code.google.com by esteb...@google.com on 22 Feb 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Fixed in r21.

Original comment by este...@kuber.com.ar on 22 Feb 2012 at 3:18