Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

I am getting NameError: name 'quit' is not defined. What to do ? #45

Answered by aahnik
mvpalheta asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks to @mrwenjie , for helping me figure out the actual problem.

Solution to the problem: Don't use ipython. Create a python script, and then run that from terminal.

For example create script.py and write the code in it. Then from terminal or command prompt, go to that directory and run python script.py

👉 Click here to watch an ad

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mrwenjie
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by aahnik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #44 on January 27, 2021 05:52.