writemdict icon indicating copy to clipboard operation
writemdict copied to clipboard

'cgi' is deprecated and slated for removal in Python 3.13

Open HeavySnowJakarta opened this issue 1 year ago • 0 comments

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)

HeavySnowJakarta avatar Sep 25 '23 03:09 HeavySnowJakarta