Anastasios Hatzis wrote:
I have switched to Kubuntu 6.10 (KDE 3.5.5, python 2.4.3-11ubuntu3) recently. I have to admit that I'm pretty unfamiliar with package management. If I am not mistaken there is python-wxgtk2.6 (2.6.3.2.1.5) pre-installed which is supposed to be wxPython. Can anyone affirm this?
I just did this too. My impression was that wxPython was not there.
Running the python interpreter and entering
import wx
produced an error. A Google search for "ubuntu wxpython" got me the instructions for adding an apt repository and installing the wxPython package. It involved editing /etc/apt/sources.list .
Mel.