[Bug?] AppImage version of FreeCad can't use AppImage of OpenScad (and possible other externals)

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: [Bug?] AppImage version of FreeCad can't use AppImage of OpenScad (and possible other externals)

Post by adrianinsaval »

wmayer wrote: What about Ext/freecad? If you put there a file myModule.py you can import with

Code: Select all

from freecad import myModule
sounds good, to avoid any confusion, @gneiss in the source it would go into src/Ext/freecad and I believe you have to add the file to the relevant cmake file so that it gets installed with the rest.
gneiss
Posts: 75
Joined: Tue Mar 05, 2019 4:13 pm

Re: [Bug?] AppImage version of FreeCad can't use AppImage of OpenScad (and possible other externals)

Post by gneiss »

Sorry, I missed this thread for some while (working on different things)...

Thanks to all who give me some hint were to place the module..
I currently use another aproach (especialy for OpenScad). I start this vai a bash-script. That work, but my solution described above is clearly better, so I will continue on this theme in about 2 month (Next Year), sorry for the delay...
Post Reply