mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #191] Python Error #161
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rutrut6969 on GitHub (Apr 9, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/191
File "katoolin.py", line 37, in inicio1
opcion0 = raw_input("\033[1;36mkat > \033[1;m")
NameError: name 'raw_input' is not defined
Every time i get this, it's obviously stating that raw_input is not defined. so that means there's an error in your code.
@rutrut6969 commented on GitHub (Apr 9, 2019):
Please fix and update
@rutrut6969 commented on GitHub (Apr 9, 2019):
Nvm I found the issue i was running python 3 not 2.7 sorry to bother.