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

mako-render script incompatible with Python 3 #212

Closed
sqlalchemy-bot opened this issue Apr 13, 2013 · 2 comments
Closed

mako-render script incompatible with Python 3 #212

sqlalchemy-bot opened this issue Apr 13, 2013 · 2 comments
Labels
bug Something isn't working installation low priority

Comments

@sqlalchemy-bot
Copy link

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
@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

that script should be cleaned up into a "console_scripts" entrypoint, but for now that fix is in 6c5e273.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working installation low priority
Projects
None yet
Development

No branches or pull requests

1 participant