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

NameError: name 'raw_input' is not defined #8

Open
huseyinertugrul opened this issue May 9, 2022 · 2 comments
Open

NameError: name 'raw_input' is not defined #8

huseyinertugrul opened this issue May 9, 2022 · 2 comments

Comments

@huseyinertugrul
Copy link

Hello
When I want to install Pentest Tool on Kali I am getting an error like below.
It doesn't give me a choice for Operating system

#python install.py

┌══════════════════════════════════════════════════════════════┐
█ █
█ Pentest Tools installer █
█ █
└══════════════════════════════════════════════════════════════┘

[++] Please choose your operating system.

  1. Kali linux
  2. Parrot OS
  3. ubuntu

Traceback (most recent call last):
File "/home/kali/Downloads/Pentest-Tools-Framework-master/install.py", line 53, in
main()
File "/home/kali/Downloads/Pentest-Tools-Framework-master/install.py", line 25, in main
ptf = raw_input(">>> ")
NameError: name 'raw_input' is not defined

@romualready
Copy link

worked when executing "sudo python2 install.py"

@daveBuccheri
Copy link

It is possible to use python3 changing raw_input() with input(). It runs.

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

3 participants