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

Tempita dependency uses cgi and is thus not compatible with Python 3.13 #33

Open
kiilerix opened this issue Sep 22, 2024 · 1 comment
Open

Comments

@kiilerix
Copy link

Gearbox depends on https://pypi.org/project/Tempita/ which seems to be quite dead. http://pythonpaste.org/tempita/ doesn't work and I don't know if they have an issue tracker.

tempita uses cgi.escape . cgi was removed in Python 3.13 . Gearbox and TurboGears thus doesn't seem to support Python 3.13 .

@kiilerix
Copy link
Author

Pylons/webob#437 is also a problem for proper support for Python 3.13 .

In both cases, it can be worked around by installing legacy-cgi from pypi.

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

1 participant