GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

eqrm crashes in python2.5 #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

eqrm_code/ANUGA_utilities/log.py", line 72, in <module>
    import json
ImportError: No module named json

Original issue reported on code.google.com by duncan.g...@gmail.com on 21 Sep 2012 at 4:49

GoogleCodeExporter commented 9 years ago
json has started to be used, but it is not a part of python2.5. 
I've added it as a dependency, if you are using python2.5 

Original comment by duncan.g...@gmail.com on 21 Sep 2012 at 7:14