I noticed that the only dependency that is not Python 2.3 compatible is json. By importing simplejson as json, it works with python 2.3. I would like to suggest this as an option when loading the library.
I also noticed that the code hasn't been touched in two years, but for anyone searching for this: Just use simplejson.
I noticed that the only dependency that is not Python 2.3 compatible is json. By importing simplejson as json, it works with python 2.3. I would like to suggest this as an option when loading the library.
I also noticed that the code hasn't been touched in two years, but for anyone searching for this: Just use simplejson.