Bug #3492
[libre/hplip] No module named 'cupsext'
Status:
confirmed
Priority:
bug
Assignee:
% Done:
0%
Description
- steps to reproduce (x86_64):
1)# pacman -S cups
2)# systemctl enable cups && systemctl start cups
3)# pacman -S hplip
4)$ hp-setup
- expected result:
i expected a qt5 window to open that would allow me to set up my HP printer.
- actual result:
instead, it prints a relatively long python error, which is attached to this issue. it's essentially just complaining about a missing module named 'cupsext'.
Files
History
Updated by bill-auger 4 months ago
- Assignee set to ovruni
- Status changed from unconfirmed to confirmed
offhand, my guess is that it needs to be rebuilt, due to the new python 3.11 #3487