Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
after running ./setup.sh I cd .. back to SimplyEmail/
i then ran ./SimplyEmail.py and got nadda but:
Traceback (most recent call last):
File "./SimplyEmail.py", line 13, in
from Helpers import helpers
File "/home/oaken/GIT/SimplyEmail/Helpers/helpers.py", line 12, in
from fake_useragent import UserAgent
ImportError: No module named fake_useragent
Screenshot of error, embedded text output, or Pastebin link to the error
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
1.4.5
OS Information (Linux flavor, Python version)
4.19.0-kali5-amd64 #1 SMP Debian 4.19.37-2kali1 (2019-05-15) x86_64
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
after running ./setup.sh I cd .. back to SimplyEmail/ i then ran ./SimplyEmail.py and got nadda but:
Traceback (most recent call last): File "./SimplyEmail.py", line 13, in
from Helpers import helpers
File "/home/oaken/GIT/SimplyEmail/Helpers/helpers.py", line 12, in
from fake_useragent import UserAgent
ImportError: No module named fake_useragent
Screenshot of error, embedded text output, or Pastebin link to the error
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