[GH-ISSUE #336] undefined raw input #272

Open
opened 2026-02-26 04:30:55 +03:00 by kerem · 4 comments
Owner

Originally created by @Briankimany on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/336

i keep on getting syntax errors and other types of errors
Screenshot from 2022-11-12 02-27-26

Originally created by @Briankimany on GitHub (Nov 11, 2022). Original GitHub issue: https://github.com/LionSec/katoolin/issues/336 i keep on getting syntax errors and other types of errors ![Screenshot from 2022-11-12 02-27-26](https://user-images.githubusercontent.com/115435673/201444080-f91645a1-31b1-4aa1-940c-527424a37e29.png)
Author
Owner

@screeck commented on GitHub (Nov 13, 2022):

Try running it with python2 instead of python3

<!-- gh-comment-id:1312704002 --> @screeck commented on GitHub (Nov 13, 2022): Try running it with python2 instead of python3
Author
Owner

@Briankimany commented on GitHub (Nov 14, 2022):

i actually shifted to katoolin3 but now am getting new problems that am trying to solve

<!-- gh-comment-id:1313061406 --> @Briankimany commented on GitHub (Nov 14, 2022): i actually shifted to katoolin3 but now am getting new problems that am trying to solve
Author
Owner

@keys-i commented on GitHub (Feb 26, 2023):

it is not a error, raw_input() was renamed to input() in python v3.x

<!-- gh-comment-id:1445427602 --> @keys-i commented on GitHub (Feb 26, 2023): it is not a error, raw_input() was renamed to input() in python v3.x
Author
Owner

@ghost commented on GitHub (Mar 10, 2023):

change all the raw_input to input in the file and it will work just fine

<!-- gh-comment-id:1463689010 --> @ghost commented on GitHub (Mar 10, 2023): change all the raw_input to input in the file and it will work just fine
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#272
No description provided.