Linux kali 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-1kali1 (2017-06-06) x86_64 GNU/Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
tried many things but couldn't make it work!!!
Screenshot of error, embedded text output, or Pastebin link to the error
root@kali:~/Desktop/scripts/SimplyEmail# python2.7 SimplyEmail.py Traceback (most recent call last): File "SimplyEmail.py", line 13, in <module> from Helpers import helpers File "/root/Desktop/scripts/SimplyEmail/Helpers/helpers.py", line 7, in <module> import magic ImportError: No module named magic
If complicated error please provide (.SimplyEmail.log) in pastebin/gist /or code text block for the scrape.
To increase logging go to Helpers/helpers.py -- line 144 and change to "logger.setLevel(logging.DEBUG)"
SimplyEmail Version
Latest
OS Information (Linux flavor, Python version)
Linux kali 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-1kali1 (2017-06-06) x86_64 GNU/Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
tried many things but couldn't make it work!!!
Screenshot of error, embedded text output, or Pastebin link to the error
root@kali:~/Desktop/scripts/SimplyEmail# python2.7 SimplyEmail.py Traceback (most recent call last): File "SimplyEmail.py", line 13, in <module> from Helpers import helpers File "/root/Desktop/scripts/SimplyEmail/Helpers/helpers.py", line 7, in <module> import magic ImportError: No module named magic
If complicated error please provide (.SimplyEmail.log) in pastebin/gist /or code text block for the scrape.
To increase logging go to Helpers/helpers.py -- line 144 and change to "logger.setLevel(logging.DEBUG)"
Any additional information