[GH-ISSUE #306] NameError: name 'raw_input' is not defined #254

Closed
opened 2026-02-26 04:30:52 +03:00 by kerem · 1 comment
Owner

Originally created by @6a6ygd on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/306

I installed the program just fine but when I try to launch it, I am met with this message and I do not know how to fix it. I am running Arch Linux in Virtual Box if that helps.

Traceback (most recent call last):
File "/usr/bin/katoolin", line 1294, in main
inicio1()
File "/usr/bin/katoolin", line 41, in inicio1
opcion0 = raw_input("\033[1;36mkat > \033[1;m")
NameError: name 'raw_input' is not defined

Screenshot from 2021-12-07 10-44-19

Originally created by @6a6ygd on GitHub (Dec 7, 2021). Original GitHub issue: https://github.com/LionSec/katoolin/issues/306 I installed the program just fine but when I try to launch it, I am met with this message and I do not know how to fix it. I am running Arch Linux in Virtual Box if that helps. Traceback (most recent call last): File "/usr/bin/katoolin", line 1294, in main inicio1() File "/usr/bin/katoolin", line 41, in inicio1 opcion0 = raw_input("\033[1;36mkat > \033[1;m") NameError: name 'raw_input' is not defined ![Screenshot from 2021-12-07 10-44-19](https://user-images.githubusercontent.com/95703185/145060663-5a38c88c-d26d-42fb-96af-4aa70e1a4b87.png)
kerem closed this issue 2026-02-26 04:30:52 +03:00
Author
Owner

@6a6ygd commented on GitHub (Dec 7, 2021):

I fixed it. I used nano to edit line 1294 and line 41 from saying raw_input to saying input. apparently raw_input() was renamed to input() in python3. Anyways I just edited those lines of code and I've got it working just fine now.

<!-- gh-comment-id:988061926 --> @6a6ygd commented on GitHub (Dec 7, 2021): I fixed it. I used nano to edit line 1294 and line 41 from saying raw_input to saying input. apparently raw_input() was renamed to input() in python3. Anyways I just edited those lines of code and I've got it working just fine now.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#254
No description provided.