CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

Importing Python modules for prebuild version

Open pauljurczak opened this issue 3 years ago • 1 comments

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?

pauljurczak avatar May 06 '22 21:05 pauljurczak

You could try setting the PYTHONPATH environment variable to point to the module you want to load.

jmwright avatar May 10 '22 13:05 jmwright