crestify icon indicating copy to clipboard operation
crestify copied to clipboard

Make it compatible with Python 3

Open jirutka opened this issue 7 years ago • 3 comments

According to repository this project is quite young, so why it’s not compatible with Python 3 since beginning?

jirutka avatar Apr 15 '17 21:04 jirutka

Hey Jakub!

The project was initially started longer ago. The repository begins from when it was open sourced.

Some of our dependencies were not Python 3 compatible, hopefully that's changed by now. If that's the case, we can look into Python 3 compatibility.

Would love any contributions towards the goal :)

On Sun, Apr 16, 2017, 3:16 AM Jakub Jirutka [email protected] wrote:

According to repository this project is quite young, so why it’s not compatible with Python 3 since beginning?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crestify/crestify/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AEWWYufX7rtU8Lq6rswtQ928Kinh1UPqks5rwTq-gaJpZM4M-eCW .

dhamaniasad avatar Apr 16 '17 06:04 dhamaniasad

@jirutka I just ran a test on any blockers toward Python 3 compatibility, results here. Seems like Flask-Uploads is our only blocker, but it lists Python in its setup.py file, so it might still be compatible.

It is worth upgrading for sure. Bug fixes and feature additions would be higher priorities for me atm. Added to the roadmap :).

dhamaniasad avatar Apr 22 '17 23:04 dhamaniasad

I suppose my having only Python 3 installed is the reason I can't get it to work or at least a contributing factor? Many errors.

mph-code avatar Mar 09 '19 08:03 mph-code