Fix serve crash with python3#222
Conversation
|
Tested and verified on Python 3.4. Thank you! I'll merge this. As an aside, can you tell me what versions of Python 3 you think Lektor needs to support? The more different versions we try to support, the harder it will be to provide support for all of them. |
|
@singingwolfboy I personally think Python 3.4 should be supported along with 3.5 given it's the current version shipped with Debian jessie. However I understand lektor comes from 2.7 which is much more compatible with 3.5 than 3.4 (as showed by PR). So maybe we just need to make this clear in the documentation (both README and lektor website which currently presents all 3.x as incompatible). |
|
There's a pull request to update the website and indicate Python 3 support, but that shouldn't be merged until Lektor 3.0 comes out. The latest stable version of Lektor does not have Python 3 support. |
Hi,
lektor servercrashes while serving the quickstart default app with python<3.5 because it cannot use % operand for abytesstring.