Skip to content
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

python 3 errors #35

Closed
boyska opened this issue Sep 10, 2013 · 1 comment
Closed

python 3 errors #35

boyska opened this issue Sep 10, 2013 · 1 comment

Comments

@boyska
Copy link

boyska commented Sep 10, 2013

in bootstrap_wtf.html, the method .iteritems() is used, which is incompatible with python 3.
.items() should be preferred, as it works both in py2 and py3

@mbr
Copy link
Owner

mbr commented Nov 20, 2013

There's no official Python3 support yet, but @miguelgrinberg was kind enough to fix this issue, so it may work.

@mbr mbr closed this as completed Nov 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants