-
Notifications
You must be signed in to change notification settings - Fork 0
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.9 #30
Comments
Unfortunately, Python doesn't always emit the most helpful error messages when it comes to syntax errors such as unterminated constants, as that's just pointing at the end of the generated file. To get a clearer picture of how Python sees your template, run: python3 -m cinje source source.py E.g. from one of my own API service projects: python3 -m cinje source web/app/sanitize/template.py If you have Pygments installed, the output will be pretty and syntax-colored when emitting to a terminal.
|
As a module-level list named `__mapping__`, and as a compressed delta encoding for production use as ``__gzmapping__``. The compressed version is the base-84 representation of a gzipped stream of packed integer bytes defining the difference in line number from line to line.
Hey there,
Seems not to run on python 3.9:
or am I missing something ?
Thanks :)
The text was updated successfully, but these errors were encountered: