← Back to team overview

kicad-developers team mailing list archive

Re: Opening pcbnew from kicad: ImportError: No module named pcbnew

 

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


Follow ups

References