Comment 3 for bug 120175

Revision history for this message
Tom Mortimer-Jones (tom-morty) wrote :

Thanks for checking those things. It all looks OK so far.

Can you tell me if the directory /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx is present on your system?

Does this command cause the same ImportError as when running wammu?

$ python -c "import wx"

Is '/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/' included in the list of locations printed out by this command?

$ python -c "import sys; print sys.path"