diff --git a/xsoft/graphweb/seamonkey.xml b/xsoft/graphweb/seamonkey.xml
index 5de1c9744f..54b77d2c8f 100644
--- a/xsoft/graphweb/seamonkey.xml
+++ b/xsoft/graphweb/seamonkey.xml
@@ -276,6 +276,15 @@ EOF
grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'
+
+ Then fix an issue with regular expressions in python-3.11:
+
+
+sed -e 's/?s)\./?s:.)/' \
+ -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
+ -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
+ -i xpcom/idl-parser/xpidl/xpidl.py
+
Compile SeaMonkey by running the following
commands: