filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

Python 3 not supported, lack of support undocumented in setup.py #31

Closed andrewsg closed 10 years ago

andrewsg commented 10 years ago

Django now fully supports Python 3, but this plugin does not, and setup.py does not specify supported versions. As a result, this plugin will install but crash if Python 3 is used.

According to the 2to3 tool, Converting the plugin to support Python 3 will involve at least the following:

... and some other small changes.

It should be possible to support python 2 and python 3 simultaneously.

andrewsg commented 10 years ago

I might be able to contribute to this task once I have more experience with the module.

wjoz commented 10 years ago

Supporting both Python 2 and 3 has been added in 0.2.0.