Skip to content

'raw_input' is not defined #2

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

Open
bsudhanva opened this issue Oct 5, 2020 · 2 comments
Open

'raw_input' is not defined #2

bsudhanva opened this issue Oct 5, 2020 · 2 comments

Comments

@bsudhanva
Copy link

E:\path\to\your_program>python gdrive_down
loader.py
Traceback (most recent call last):
File "gdrive_downloader.py", line 33, in
var = raw_input("Please enter public file id : ")
NameError: name 'raw_input' is not defined

@bsudhanva
Copy link
Author

changing raw_input to just input in your program(present at two places) does the job.

@vital987
Copy link

vital987 commented Aug 6, 2021

The script uses python2, not python3.

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

2 participants