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

SyntaxError #35

Open
CuzyCat opened this issue Oct 30, 2021 · 4 comments
Open

SyntaxError #35

CuzyCat opened this issue Oct 30, 2021 · 4 comments

Comments

@CuzyCat
Copy link

CuzyCat commented Oct 30, 2021

$Python facebook.py

File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 79
print wel

^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

@thewholesihle
Copy link

thewholesihle commented Nov 13, 2021

I its probably because you're running the python2 script using python3, try using python2 facebook.py

I also had the issue and 'converted' the script to python3 by using 2to3 facebook.py -w

@Mocthecat
Copy link

python facebook.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in
import mechanize
ModuleNotFoundError: No module named 'mechanize'

@thewholesihle
Copy link

thewholesihle commented Dec 4, 2021

python facebook.py Traceback (most recent call last): File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in import mechanize ModuleNotFoundError: No module named 'mechanize'

did you try : pip install mechanize ?

@Kate0447
Copy link

Ye

Yes

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

4 participants