Dylan
unread,Jun 28, 2025, 7:45:47 AMJun 28Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@googlegroups.com
I am just starting with PythonSCAD. Going through the brief tutorial,
when I try "Signed distance Functions within OpenSCAD" in the "New
Functions in pythonscad" section, I get a ModuleNotFound error for
pylibfive.
I can see pylibfive.py in the appimage at:
/<path-to-appimage-mount-point>/usr/share/pythonscad/libraries/python/pylibfive.py
although that directory is not listed when I do a print(sys.path):
['/tmp/.mount_Pythonh9foel/usr/lib/python3.12',
'/home/dylan/.local/share/OpenSCAD/libraries', '/home/dylan',
'/usr/lib64/python312.zip', '/usr/lib64/python3.12',
'/usr/lib64/python3.12/lib-dynload',
'/usr/local/lib/python3.12/site-packages',
'/usr/lib64/python3.12/site-packages',
'/usr/lib64/python3.12/_import_failed', '/usr/lib/python3.12/site-packages']
pip does not find a pylibfive package to install globally, although
there is a libfive package which fails install and a libfivepy package
which PythonSCAD cannot cind, even though iy is placed in a directory in
sys.path.
What am I Missing here?
Thanks
Dylan