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

raw_input is not defined #1300

Open
Jinnku opened this issue Jul 15, 2021 · 0 comments
Open

raw_input is not defined #1300

Jinnku opened this issue Jul 15, 2021 · 0 comments

Comments

@Jinnku
Copy link

Jinnku commented Jul 15, 2021

Running information

  • What branch did you download?
  • 4.0
  • Clone, or docker run?
  • Clone
  • What OS are you running?
    Parrot OS 4.11.2

Program information

  • Python version number?
    3.9.2

-console error

File "/home/user/AutoSploit/lib/term/terminal.py", line 15, in
raw_input
NameError: name 'raw_input' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/AutoSploit/autosploit.py", line 1, in
from autosploit.main import main
File "/home/user/AutoSploit/autosploit/main.py", line 8, in
from lib.term.terminal import AutoSploitTerminal
File "/home/user/AutoSploit/lib/term/terminal.py", line 17, in
input = (raw_input)
NameError: name 'raw_input' is not defined

  • Traceback (error) if any:
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

1 participant