Le 08/01/2016 15:19, Clemens Koller a écrit : > Still the same with: > > $ rm -r build > $ mkdir -p build/release > $ cd build/release > $ cmake -DCMAKE_BUILD_TYPE=Release \ > -DKICAD_SCRIPTING=ON \ > -DKICAD_SCRIPTING_MODULES=ON \ > -DKICAD_SCRIPTING_WXPYTHON=ON \ > -DCMAKE_INSTALL_PREFIX=~/SW \ > ../../ > $ make -j8 > $ make install > $ cd ~/SW/bin > $ ./kicad > Traceback (most recent call last): > File "<string>", line 3, in <module> > ImportError: No module named pcbnew > $ > :-( > > Clemens >
Looks like pcbnew.py (and perhaps _pcbnew.pyc) is not found ( not copied to the right folder). -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

