Skip to content

how to solve this error #40

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

Open
tajuislam opened this issue Nov 4, 2024 · 4 comments
Open

how to solve this error #40

tajuislam opened this issue Nov 4, 2024 · 4 comments

Comments

@tajuislam
Copy link

python3 lfisuite.py
File "/root/LFI_TOOL/LFISuite/lfisuite.py", line 27
print "[!] pipper not found in the current directory.. Downloading pipper.."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

@Abhishekjain113
Copy link

any solution you got

@skroutz21
Copy link

any solution for this getting same error

@testfeb
Copy link

testfeb commented Feb 22, 2025

First, install termcolor manually using "pip2 install termcolor". Then, run the script using "python2 lfisuite.py".

@victorgesicht
Copy link

Its a version error, either you learn how to edit python code to current python3 or use 2to3 pip package to update it and still have to learn to read code that way...

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

5 participants