Hello,
I have my normal python 2.7 installation and I would like to import pcbnew as a normal library.
I know that pcbnew can be imported within the Kicad python folder. Is it possible to install it externally?
I tried to copy some files related with pcb new within the kicad python libs to my normal python libs folder but it doesn’t work (basically it complains about the pcbnew_ DLL.
Thanks!