-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi there,
My goal is to convert STL-Files into EBU-TT-DE-basic.
While SCF version 1.9.1 was still working with Python 3.7.9, it does not with Python 3.9.2 or 3.9.4.
I have the following error while converting a STL-File into STLXML (Module: \scf\scf-1.9.1\modules\STL2STLXML\stl2stlxml.py):
"LookupError: unknown encoding: iso_6937-2"
Also some modules have stylesheet-issues (that is while working with older Python versions):
"Warning at xsl:stylesheet on line 32 column 19 of STLXML2EBU-TT.xslt:
Running an XSLT 10 stylesheet with an XSLT 20 processor"
"Warning at xsl:stylesheet on line 21 column 72 of EBU-TT2EBU-TT-D.xslt:
Running an XSLT 10 stylesheet with an XSLT 20 processor"
"Warning at xsl:stylesheet on line 20 column 86 of EBU-TT-D2EBU-TT-D-Basic-DE.xslt:
Running an XSLT 10 stylesheet with an XSLT 20 processor"
Could you please help me with these problems?
Thanks in advance