Hi ,
I facing below error Please help me to fix it.
Traceback (most recent call last):
File "cybrary-video-downloader.py", line 74, in <module>
main()
File "cybrary-video-downloader.py", line 68, in main
username = raw_input("Username:")
NameError: name 'raw_input' is not defined
Hi @Adarsh777! I think you're definitely using Python 3.x rather than Python 2.7 as defined in the requirements of the program. I'm closing this issue right now.
Hi , I facing below error Please help me to fix it.
Thank You