KiCad AppImage for Linux

The problem is the wxpython. I’ve tried removing wx-python from my system and it worked. Removing wxpython with below command breaks the system but doesn’t remove any other packages so it’s easy to fix (just install it back with apt).

sudo dpkg -r --force-all python-wxgtk3.0

@probono I think you should configure bundled python to load python modules only from the appimage never from the system.