Skip to content

web with Python3.13 #813

@detheridge02

Description

@detheridge02

Attempting to install web.py on Python3.13.5-2 results in a failure as python3-cgi is no longer supported.

File "/tmp/pip-install-f1yggu6x/web-py_cd00930919224b928b1ecf62a64d3bd3/web/debugerror.py", line 19, in <module>
          from . import webapi as web
        File "/tmp/pip-install-f1yggu6x/web-py_cd00930919224b928b1ecf62a64d3bd3/web/webapi.py", line 6, in <module>
          import cgi
      ModuleNotFoundError: No module named 'cgi'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions