Comment 1 for bug 1632321

Revision history for this message
xzcvczx (xzcvczx) wrote :

Can you run kicad as per normal

launch pcbnew
open the console (right most button in the top toolbar)

import sys
sys.path

import os
os.environ['PYTHONPATH']

and put the results from sys.path and os.environ... into the bug

thanks