Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

SyntaxError: Invalid Syntax #17

Open
victoriasavi opened this issue Oct 24, 2015 · 2 comments
Open

SyntaxError: Invalid Syntax #17

victoriasavi opened this issue Oct 24, 2015 · 2 comments

Comments

@victoriasavi
Copy link

Running Debian 8.0 and Python 2.7.9 I instantly get the following error when executing the script;

root@testserver:/opt/veracrypt# python FBEraser.py
File "FBEraser.py", line 4

^
SyntaxError: invalid syntax

@asonawalla
Copy link
Owner

Can you confirm you have bs4 installed correctly?

sudo pip install beautifulsoup4

@victoriasavi
Copy link
Author

root@testserver:~# pip install beautifulsoup4
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in /usr/local/lib/python2.7/dist-packages

Same goes for;
root@testserver:/opt/veracrypt# pip install Selenium
Requirement already satisfied (use --upgrade to upgrade): Selenium in /usr/local/lib/python2.7/dist-packages

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants