The current version of jiveplot cannot be used in Python 3.7 or higher (works fine up to 3.6) due to changes in the standard library. Relevant ones seems to be in the re module:
Changed in version 3.6: Unknown escapes in pattern consisting of '\' and an ASCII letter now are errors.
Changed in version 3.7: Unknown escapes in repl consisting of '\' and an ASCII letter now are errors.
The latter seems to trigger the following error when parsing any str in most of the functions (e.g. bl):
The current version of
jiveplot
cannot be used in Python 3.7 or higher (works fine up to 3.6) due to changes in the standard library. Relevant ones seems to be in there
module:The latter seems to trigger the following error when parsing any str in most of the functions (e.g.
bl
):