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

poorwsgi is incompatible with python 3.13 #36

Closed
ausil opened this issue Aug 26, 2024 · 1 comment
Closed

poorwsgi is incompatible with python 3.13 #36

ausil opened this issue Aug 26, 2024 · 1 comment
Labels

Comments

@ausil
Copy link

ausil commented Aug 26, 2024

According to https://docs.python.org/3.13/whatsnew/3.13.html

PEP 594: Remove the cgi and cgitb modules, deprecated in Python 3.11.

which is used in poorwsgi/request.py

  File "/home/dennis/.local/lib/python3.13/site-packages/prusa/link/conditions.py", line 8, in <module>
    from poorwsgi import state
  File "/home/dennis/.local/lib/python3.13/site-packages/poorwsgi/__init__.py", line 24, in <module>
    from poorwsgi.wsgi import Application
  File "/home/dennis/.local/lib/python3.13/site-packages/poorwsgi/wsgi.py", line 24, in <module>
    from poorwsgi.request import Request, SimpleRequest
  File "/home/dennis/.local/lib/python3.13/site-packages/poorwsgi/request.py", line 9, in <module>
    from cgi import FieldStorage as CgiFieldStorage, parse_header
ModuleNotFoundError: No module named 'cgi'
@ausil ausil changed the title poorwdgi is incompatible with python 3.13 poorwsgi is incompatible with python 3.13 Aug 26, 2024
@ondratu ondratu added this to PoorHTTP Aug 26, 2024
@github-project-automation github-project-automation bot moved this to Todo in PoorHTTP Aug 26, 2024
@ondratu ondratu added the bug label Aug 26, 2024
@ondratu
Copy link
Contributor

ondratu commented Oct 14, 2024

Done in bb2a77b

@ondratu ondratu closed this as completed Oct 14, 2024
@ondratu ondratu moved this from Done to Release in PoorHTTP Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Release
Development

No branches or pull requests

2 participants