Can anyone offer some advice on how to enable python scripting when I build on Ubuntu 15.04?
I have used the kicad-install.sh script to successfully build kicad, and can also manually build it. What I can’t do is enable scripting. Uncommenting the following line has no effect on scripting being included in the build:
I tried editing CMakeLists.txt as you suggested. I uninstalled, reinstalled and repeated a few times. I tried using the kicad-install script and also installing manually. None of these worked. What did work is editing CMakeCache.txt. After doing this and then running make, Kicad then built with scripting
Hi @leestanton. I had the same problem and I solved this, downloading again the source, and run the following.
cmake -DKICAD_SKIP_BOOST=YES -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON …/
I have ArchLinux and install: