ppetrid / yawd-admin

An administration website for Django
Other
138 stars 32 forks source link

AttributeError on JSONDecodeError when setting up Analytics #2

Closed chielteuben closed 11 years ago

chielteuben commented 11 years ago

JSONDecodeError doesn't exist when this import succeeds as it's part of simplejson.

ghost commented 11 years ago

hello, which python version are u using? It seems this class was deprecated in newer versions (that introduced json instead of simplejson) abd a ValueError is raised instead. Let me dig into this a little bit more

ghost commented 11 years ago

With my current setup it seems ok now. Can you confirm it's working for you as well?

chielteuben commented 11 years ago

Confirmed. I really love the effort that went into this btw, by far the best django admin I've seen to date!

ghost commented 11 years ago

Thank you very much, nice to know you like it!