Hello all,
I was wanting to take some first steps with wxPython… initially its not installed, okay. So I go to the package manager in YaST and there are all sorts of packages w/ ‘wx’ in them, and only one with ‘wxpython’ in it - and it doesn’t look like the right one. I finally found what looked like a reasonable choice, and installed it along with all the dependencies it pulled along with it.
When I went to run a very simple test script that just creates a wxPython frame and nothing else, I got this error message in the console window I ran the script from:
monte@suse:~/Dropbox/Documents/work/temp> python simple.py
/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14512: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
monte@suse:~/Dropbox/Documents/work/temp>
Can someone help me track this down and fix it?
Thanks,
Monte