codelv / enaml-web

Build interactive websites with enaml
https://codelv.com/projects/enaml-web/
MIT License
99 stars 17 forks source link

Support for Python 3? #3

Closed vahndi closed 6 years ago

vahndi commented 6 years ago

I noticed that the examples all use cyclone, which is Python2 only. Is it possible to use enaml-web with any Python3 web servers?

frmdstryr commented 6 years ago

I have not tried it with python 3.

Perhaps the tornado or twisted servers work.

Feel free to make a PR to add python 3 support. I've been waiting for enaml to merge the pending python 3 changes.

vahndi commented 6 years ago

Ok thanks for the pointers - I'll try those out this week and put something together.

vahndi commented 6 years ago

tornado seems to work fine with Python 3.