You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently poster is needed but not listed in the requirements :
~/Perso/malwares/malwarehouse(branch:master*) » python2 malware_manager.py -h
/home/me/Perso/malwares/malwarehouse/extensions/plugins
Traceback (most recent call last):
File "malware_manager.py", line 14, in <module>
import extensions.plugins
File "/home/me/Perso/malwares/malwarehouse/extensions/plugins/__init__.py", line 18, in <module>
__load_modules('.')
File "/home/me/Perso/malwares/malwarehouse/extensions/plugins/__init__.py", line 15, in __load_modules
exec('from ' + m + ' import *')
File "<string>", line 1, in <module>
File "/home/me/Perso/malwares/malwarehouse/extensions/plugins/virus_total.py", line 3, in <module>
from poster.encode import multipart_encode
ImportError: No module named poster.encode
The text was updated successfully, but these errors were encountered:
Hi,
Apparently poster is needed but not listed in the requirements :
The text was updated successfully, but these errors were encountered: