-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please migrate to Python 3 #1
Comments
Are you sure that thawab uses kid module? |
I don't know if thawab uses kid, but thawab uses okasha.
And okasha uses kid.
If so let's migrate to jinja
Who will do this ?
|
It's soft dependency and thawab does not use it I've checked the code it uses bottle like templates https://github.com/ojuba-org/thawab/blob/master/Thawab/webApp.py#L30 |
Ok, I've migrated okasha to Python 3, also removed kid template
Could you change the test script to be in unit test format ?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 2 end-of-life date is on 2020:
http://legacy.python.org/dev/peps/pep-0373/
please migrate okasha to Python3.
Note that ojuba-org/thawab#17, is blocked by this
issue.
I tried doing the migration, but I was blocked by the dependency on kid module
which doesn't seem to be migrated to python 3
The text was updated successfully, but these errors were encountered: