hplip python error [SOLVED]

I recently installed Mageia-5 and it is working very well. However, I am not able to run hp-setup command, although hplip package installed without any problem. I get following error:
I tried to search it on google and found http://www.linuxquestions.org/questions ... or-882033/ and http://www.linuxquestions.org/questions ... 175492890/ amongst other pages, but could not solve it. How can I correct this problem? Thanks for your help.
- Code: Select all
root@localhost:/home/abcde# hp-setup -i
Traceback (most recent call last):
File "/usr/bin/hp-setup", line 45, in <module>
from base import device, utils, tui, models, module, services, os_utils
File "/usr/share/hplip/base/device.py", line 43, in <module>
import status
File "/usr/share/hplip/base/status.py", line 59, in <module>
import hpmudext
ImportError: /usr/lib/python2.7/site-packages/hpmudext.so: undefined symbol: hpmud_mdns_lookup
root@localhost:/home/abcde#
I tried to search it on google and found http://www.linuxquestions.org/questions ... or-882033/ and http://www.linuxquestions.org/questions ... 175492890/ amongst other pages, but could not solve it. How can I correct this problem? Thanks for your help.