You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/bin/thawab-gtk", line 5, in
from Thawab.gtkUi import main
File "/usr/share/thawab/Thawab/gtkUi.py", line 34, in
from Thawab.webApp import webApp, get_theme_dirs
File "/usr/share/thawab/Thawab/webApp.py", line 25, in
from cgi import escape # for html escaping
ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.10/cgi.py)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/thawab-gtk", line 5, in
from Thawab.gtkUi import main
File "/usr/share/thawab/Thawab/gtkUi.py", line 34, in
from Thawab.webApp import webApp, get_theme_dirs
File "/usr/share/thawab/Thawab/webApp.py", line 25, in
from cgi import escape # for html escaping
ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.10/cgi.py)
The text was updated successfully, but these errors were encountered: