Thanks mmodem!

Also, I noticed there appears to be plenty of mention on the net (Google searches) regarding PyQT issues. Mostly appears to be regarding PyQT and HP-Toolbox, however I've also noticed an issue with SuperKaramba/Liquidweather++ and PyQT. PyQT is installed, yet LiquidWeather++ still complains that it is missing. I'm currently trying to look into how I can write a short script in Python to test if the QT bindings are there and to rule out a problem with LiquidWeather itself. Here is what I have so far. I've tried to access the python script in liquid weather++ which I think launches the QT GUI, so far no luck on either distro, but it is worse on Mandriva/MDE due to errors. As a result I cannot access the configuration options in LiquidWeather.
$ python lwp_config.py
Traceback (most recent call last):
File "lwp_config.py", line 11, in ?
from qt import *
ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol: _ZNK13QWindowsStyle9classNameEv
$ ls -la /usr/lib/python2.4/site-packages/qt.so
-rwxr-xr-x 1 root root 6240156 Mar 7 2005 /usr/lib/python2.4/site-packages/qt.so*