httprebind icon indicating copy to clipboard operation
httprebind copied to clipboard

dnslib issue

Open ghost opened this issue 5 years ago • 2 comments

facing this issue with dnslib

Traceback (most recent call last): File "httprebind.py", line 6, in from dnslib import * ImportError: No module named dnslib i already forced an install of dnslib and am still facing this issue was hoping someone came across this issue and was able to make it work.

ghost avatar Jul 02 '20 13:07 ghost

anyone facing this issue since python2 is deprecated this worked for me python -m pip install dnslib also if you face the issue flask do the same step python -m pip install flask_cors

ghost avatar Jul 02 '20 14:07 ghost

same issue with me .If you able to solve this issue please let me know:)

AniketDeshmane106 avatar May 27 '21 10:05 AniketDeshmane106