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.”