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

Bottle not compatible with python3.13 #5732

Closed
stamparm opened this issue Jun 17, 2024 · 0 comments
Closed

Bottle not compatible with python3.13 #5732

stamparm opened this issue Jun 17, 2024 · 0 comments
Assignees
Milestone

Comments

@stamparm
Copy link
Member

>>> import sqlmapapi
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import sqlmapapi
  File "/home/stamparm/Private/Work/sqlmap/sqlmapapi.py", line 73, in <module>
    from lib.utils.api import client
  File "/home/stamparm/Private/Work/sqlmap/lib/utils/api.py", line 59, in <module>
    from thirdparty.bottle.bottle import error as return_error
  File "/home/stamparm/Private/Work/sqlmap/thirdparty/bottle/bottle.py", line 72, in <module>
    import base64, calendar, cgi, email.utils, functools, hmac, itertools,\
           mimetypes, os, re, tempfile, threading, time, warnings, weakref, hashlib
ModuleNotFoundError: No module named 'cgi'

References:

bottlepy/bottle#1403
https://github.com/valq7711/bottle/tree/multipart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant