writemdict
writemdict copied to clipboard
'cgi' is deprecated and slated for removal in Python 3.13
Now the lib does not work for new Python. Here is the output:
D:\EhDatabase2Dictionary\lib\writemdict\writemdict.py:33: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
from cgi import escape
Traceback (most recent call last):
File "D:\EhDatabase2Dictionary\lib\writemdict\writemdict.py", line 33, in <module>
from cgi import escape
ImportError: cannot import name 'escape' from 'cgi' (C:\Users\bians\AppData\Local\Programs\Python\Python311\Lib\cgi.py)