[abrt] hplip: module(): hp-firmware:102:<module>:NameError: name 'INTERACTIVE_MODE4' is not defined
Bug #1742974 reported by
zdohnal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
when I run 'hp-firmware' and I do not have qt packages installed, program ends with exception:
hp-firmware:
I couldn't find any other usages or definitions of INTERACTIVE_MODE4, so I think it is typo. Attached patch fixes it - now it correctly switches to INTERACTIVE_MODE if gui parts are missing.
To post a comment you must log in.
Hi Zdohnal,
In order to change from INTERACTIVE_MODE4 to INTERACTIVE_MODE apply the attached patch.
Steps to apply patch.
1. Go to HPLIP source code directory.
2. Apply patch using command "patch firmware.py < patch1.diff".
3. Install code using command "sudo make install"
Thanks,
Nishitha