Error open path module in Freecad update

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
strahlensauger
Posts: 33
Joined: Thu Dec 16, 2021 8:13 pm

Error open path module in Freecad update

Post by strahlensauger »

Hello,
in an older version

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.29192 (Git) AppImage
Build type: Release
Branch: master
Hash: fb1a7af3605ed86631afabb1eb77ae305e418d98
Python 3.10.5, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: German/Germany (de_DE)
I could open the path module after creating a part,
in a updated version

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.29321 (Git) AppImage
Build type: Release
Branch: master
Hash: 8ee773362e08d703bce9cfdcefd8e4ad424a7d44
Python 3.10.5, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: German/Germany (de_DE)
I get the error

10:12:08 No module named 'camotics'
10:12:08 Traceback (most recent call last):
File "<string>", line 93, in Initialize
File "/tmp/.mount_FreeCAuQtISr/usr/Mod/Path/PathScripts/PathGuiInit.py", line 71, in Startup
from PathScripts import PathCamoticsGui
File "/tmp/.mount_FreeCAuQtISr/usr/Mod/Path/PathScripts/PathCamoticsGui.py", line 32, in <module>
import camotics
Attachments
Blech.FCStd
(38.93 KiB) Downloaded 5 times
User avatar
onekk
Veteran
Posts: 6144
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Error open path module in Freecad update

Post by onekk »

Probably posting in:

https://forum.freecadweb.org/viewforum.php?f=15

should be more "on Topic"

Here is the place were usually "general" discussion are made.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: Error open path module in Freecad update

Post by GeneFC »

This is a known bug, and it has already been fixed in the master version. Commit 29331 on June 27. It may take a few days to propagate to the pre-packaged downloadable binary files.

Gene
Post Reply