I have installed the Wammu application from the Yast manager.
I am using Opensuse 11.3, with KDE.
when I have typed in Wammu in the terminal the following error occurs.
Traceback (most recent call last):
File "/usr/bin/wammu", line 31, in <module>
import Wammu.Locales
File "/usr/lib/python2.6/site-packages/Wammu/Locales.py", line 31, in <module>
import wx
ImportError: No module named wx
Can someone please assist me in decoding what this error means and how to fix it.
linux-68lo:/home/paul # zypper in python-wxGTK
Loading repository data…
Reading installed packages…
There is an update candidate for ‘python-wxGTK’, but it is from different vendor. Use ‘zypper install python-wxGTK-2.8.10.1-11.2.x86_64’ to install this candidate.
Resolving package dependencies…
The following package is going to be upgraded:
python-wxGTK
linux-68lo:/home/paul # wammu
Traceback (most recent call last):
File “/usr/bin/wammu”, line 31, in <module>
import Wammu.Locales
File “/usr/lib/python2.6/site-packages/Wammu/Locales.py”, line 31, in <module>
import wx
ImportError: No module named wx