Skip to content

CGI is not part of python as of 3.13 #545

@gollumben

Description

@gollumben

The cgi module used to parse form data is not available any more as of python 3.13. For remi to continue, the dependency here https://github.com/rawpython/remi/blob/master/remi/server.py#L577 has to be removed

An idea would be to switch to legacy-cgi https://pypi.org/project/legacy-cgi/ . Another to replace the call by parse_qs from urllib. I am no expert, so the details would have to be worked out

On another note, when will the next release be made? The last release on pypi is from 2022 as it seems? https://pypi.org/project/remi/#history

Any feedback is appreciated.

Thanks,
Ben

Metadata

Metadata

Assignees

No one assigned

    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