Closed bcoles closed 7 years ago
I received AttributeError: 'module' object has no attribute '_base' error when launching SimplyEmail.py on Kali 4.9.0-kali-amd64.
AttributeError: 'module' object has no attribute '_base'
Fixed the issue with pip install --upgrade beautifulsoup4
pip install --upgrade beautifulsoup4
Thanks for this report. https://github.com/killswitch-GUI/SimplyEmail/blob/master/setup/Setup.sh#L57 missed the flag.
I received
AttributeError: 'module' object has no attribute '_base'
error when launching SimplyEmail.py on Kali 4.9.0-kali-amd64.Fixed the issue with
pip install --upgrade beautifulsoup4