Python Forum
NameError :name 'name' is not defined
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NameError :name 'name' is not defined
#3
Error:
>>> import flask_hello_app Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/ThaisB/class-demos/flask_hello_app.py", line 4, in <module> app = Flask(name) NameError: name 'name' is not defined
That is the error message I get and please need help on how to tackle that. Thank you, Craig, for the correction.
Reply


Messages In This Thread
NameError :name 'name' is not defined - by Suzzy_ - Dec-24-2019, 02:45 AM
RE: NameError :name 'name' is not defined - by Suzzy_ - Dec-24-2019, 05:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  NameError: Name 'path' is not defined aniyanetworks 9 59,984 Jun-29-2018, 03:21 PM
Last Post: gontajones
  NameError: name 'download' is not defined ntdropper 3 11,446 Jan-13-2018, 07:18 AM
Last Post: snippsat
  NameError: name 'bsObj' is not defined Blue Dog 14 15,952 Oct-24-2016, 08:34 AM
Last Post: Blue Dog

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020