FS#17451 - [pyqt hplip] needs pygobject as a dependency

Attached to Project: Arch Linux
Opened by Laurent Carlier (lordheavy) - Wednesday, 09 December 2009, 15:59 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 03 January 2010, 10:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When trying to run hp-toolbox from hplip package, i've got the following error:
"Traceback (most recent call last):
File "/usr/bin/hp-toolbox", line 246, in <module>
from ui4.devmgr5 import DevMgr5
File "/usr/share/hplip/ui4/devmgr5.py", line 34, in <module>
from base import device, utils, pml, maint, models, pkit
File "/usr/share/hplip/base/pkit.py", line 42, in <module>
import gobject
ImportError: No module named gobject"

the fix is to install pygobject

Additional info:
pyqt-4.6.2-1
hplip-3.9.10-1
pygobject-2.20.0-1

Steps to reproduce:
install hplip and pyqt without pygobject then run hp-toolbox
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Sunday, 03 January 2010, 10:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.9.12-2
Comment by Andrea Scarpino (BaSh) - Wednesday, 09 December 2009, 16:12 GMT
I think is hplip that needs pygobject, pyqt works without it.

Loading...