CQ-editor
CQ-editor copied to clipboard
Importing Python modules for prebuild version
I'm running build 165 (https://github.com/jmwright/CQ-editor/actions/runs/2263194041) on Ubuntu 20.04.3. I would like to use trigonometric functions, but:
from cmath import acos
gives me ModuleNotFound error. Is there a solution for users of prebuild version?
You could try setting the PYTHONPATH environment variable to point to the module you want to load.