We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated issue, originally created by Anonymous
CHANGES in Mako 0.8.0 says that 2to3 is no longer needed, however mako-render does not work without 2to3.
$ python3 scripts/mako-render File "scripts/mako-render", line 43 print render(data, filename, kw) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Michael Bayer (@zzzeek) wrote:
that script should be cleaned up into a "console_scripts" entrypoint, but for now that fix is in 6c5e273.
Sorry, something went wrong.
Changes by Michael Bayer (@zzzeek):
No branches or pull requests
Migrated issue, originally created by Anonymous
CHANGES in Mako 0.8.0 says that 2to3 is no longer needed, however mako-render does not work without 2to3.
The text was updated successfully, but these errors were encountered: