Bug 2256924
Summary: | cherrypy broken with Python 3.13: ModuleNotFoundError: No module named 'cgi' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-cherrypy | Assignee: | Dan Radez <dradez> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, dradez, igor.raits, jcaratza, ksurma, mhroncok, mrunge, python-packagers-sig, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-cherrypy-18.9.0-7.fc41 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-06-19 00:23:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2244836 |
Description
Karolina Surma
2024-01-05 10:38:17 UTC
/usr/lib/python3.13/site-packages/cherrypy/lib/httputil.py:15: in <module> from cgi import parse_header This is a problem in cherrypy. I've opened https://github.com/cherrypy/cherrypy/issues/2014 This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle. Changing version to 40. There is an open PR in https://src.fedoraproject.org/rpms/python-cherrypy/pull-request/19 |