Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies : poster is needed #21

Open
ghost opened this issue Sep 8, 2014 · 0 comments
Open

Dependencies : poster is needed #21

ghost opened this issue Sep 8, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 8, 2014

Hi,

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants