Closed jaraco closed 10 years ago
It's true, this lib only supports Python 2. We are going to release a Python3 version soon, will update this ticket when we do. Thanks for writing.
ugh. Sorry to hear Wordnik has gone down the road of having a separate library for Python 3. Now my project needs to depend one one library or the other depending on the target environment. Thanks at least for having some offering.
Many of the wordnik model classes attempt to set the attributes 'True' and 'False' on the class. It turns out this Syntax is not valid on Python 3. For example, in CaseSensitiveValues:
That syntax makes Wordnik simply unusable on Python 3 (as it's not possible to even import the wordnik modules). Furthermore, that generated code appears to be unusable.
I'm not sure what needs to be done, whether update the code generator or the underlying API or patch the generated code.
Please let me know if I can help getting Python 3 support for the API.