Comment 22 for bug 132670

Revision history for this message
Panayiotis Karabassis (panayk) wrote :

Ok, it looks like /usr/share/hplip/prnt/cups.py is trying to "import cupsext" (not sure where that is) which throws the exception:

ImportError: 'libnetsnmp.so.9: cannot open shared object file: No such file or directory'

Creating a symlink from /usr/lib/libnetsnmp.so.10 to /usr/lib/libnetsnmp.so.9 seems to fix this for me now.

Hope this helps.