perenecabuto/json_schema_generator

Seems to not work on Python 3.x

nottoseethesun opened this issue · 1 comments

Suggestion: Make it more obvious that this requires something other than Python 3.x , or fix to make it work with Python 3.x .

Background: Since this is a relatively new module, I thought that it would be best to install Python 3.x (with pip and virtualenv) and run it with that. On a Mac, at least for a Python noob such as myself, that is something of a pain. I got a syntax error when trying to run this under Python 3.x . It works fine under the default Mac Python 2.7. At this time, I don't have time to reproduce that error.

Try #6 out and see if it works for you.