View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016768 | Scribus | Scripter | public | 2022-03-07 22:41 | 2022-03-08 19:14 |
Reporter | scampi | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | MAC M1 | OS | Montery | OS Version | 12.2.1 |
Summary | 0016768: does not find Python lib in Scripter | ||||
Description | External libs like Pillow installed on machine but not found despite of PYTHONPATH set. Version 1.5.8 | ||||
Steps To Reproduce | Install a lib e.g. Pillow and open a Scribus console import sys sys.path. --> show the search path no path to the system Python even if PYTHONPATH is set from PIL import Image -> gives an error Workaround : add the path of the libs : sys.path.append("/opt/homebrew/lib/python3.9/site-packages") from PIL import Image ---> this works now | ||||
Tags | scripter python libs | ||||
Patch | No | ||||