Hello, I tried to open PCBnew and I am getting this error.
Already updated My kicad version to 4.0.6 by using this command:
sudo add-apt-repository --yes ppa:js-reynaud/kicad-4
sudo apt update
sudo apt install kicad
Can anyone tell me how can I remove this warning message?
Iâm getting this on Debian (testing release) too. It used to print this error message to the console on startup; now itâs showing up as that pop-up window.
@davidsrsb, I tried to software update now I am running 17.04.1 but it didnât solve the problem. Tried to install wxPython 2.8 version but somehow repository is not working.
I updated the version information to the link you gave in one of your previous post.
@davidsrsb I tried to get a version of wxpython3.0 and it gives me this:
:~$ dpkg -s wxpython | grep â^Version:â
dpkg-query: package âwxpythonâ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Then,
I tried this command:
:~$ sudo apt-get install python-wxgtk3.0
Reading package lists⌠Done
Building dependency tree
Reading state information⌠Done
python-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-3).
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
From Launchpad
âThe same warning occurs on Arch since an update a few weeks ago. Itâs probably to do with the distroâs WX packaging. In Archâs case, the wxpython package hasnât been rebuilt since 2015, whereas wxgtk was rebuilt in January.â