I was trying to run a python app that uses wx but
import wx
gave the usual -module not found- message
I already had installed wxpython (2.8.12.1 SliTaz 4.0) but it turns out that package is missing all the python files that make up the wx interface. It only has the OS side libraries (*.so) .
The wxpython package from SliTaz 5.0 however has all the needed files. So I installed that package. I also had to re-install wxWidgets (using the 5.0 package). Finally some apps like filezilla now complained that libtiff.so.5 was missing so I added a link from libtiff.so.5 to libtiffxx.so.3.9.5 - Im not sure why filezilla (and other apps) would need support for tiff files? Anyway. that fixed it.