Description of problem: When trying to run hplip commands like hp-info will stop with the following message: error: Unable to load Qt4 support. Is it installed? However I have qt installed, but even if I didn't why isn't the dependency installed for me? Version-Release number of selected component (if applicable): hplip-3.9.2-4.fc11.x86_64 qt-x11-4.5.1-13.fc11.x86_64 qt-4.5.1-13.fc11.x86_64 How reproducible: Everytime Steps to Reproduce: 1. invoke hp-info 2. 3. Actual results: stops with error Expected results: no errors Additional info:
The package you need is PyQt4. The reason it isn't a dependency of the 'hplip' package is that many of those tools can run in 'interactive' mode on the console. Install the hplip-gui package to get the graphical parts. The error messages probably need to be updated to reflect that.
*** This bug has been marked as a duplicate of bug 500473 ***