Something went wrong on our end
-
Studer Gabriel authored
Python interpreter in DNG uses the parser module to identify simple one line expressions. That module is gone in Python 3.10. Functionality gets replaced by the builtin compile function.
Studer Gabriel authoredPython interpreter in DNG uses the parser module to identify simple one line expressions. That module is gone in Python 3.10. Functionality gets replaced by the builtin compile function.