Neo23x0 / munin

Online hash checker for Virustotal and other services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

munin-host - urlparse

lcn0 opened this issue · comments

commented

my python versions are 3.5.7 and 2.7.17

pip install parse , urlparse and urllib (pip2 / pip3)

Still giving error, should I modify munin-host?
from urllib.parse import urlparse
to
from urlparse import urlparse

Traceback (most recent call last):
File "munin-host.py", line 16, in
from urllib.parse import urlparse
ImportError: No module named parse

o