Skip to content

NameError: name 'raw_input' is not defined #5

@pixelwaster

Description

@pixelwaster

Ladyada sent me here, sort of, https://www.youtube.com/watch?v=tAKLygjfO_U

I am using Python 3.9 on Windows 19. I am trying to run the script tagscript.py using PyNPP. All but one of the print statements were missing parentheses. While I am not versed in Python, I can read and understand some of it. The output below however has stopped me.

Make sure the python script is in the same folder as the file.
Traceback (most recent call last):
  File "C:\Users\Michael\Documents\Graphical_Datasheets\tagscript.py", line 107, in <module>
    myfile = raw_input("Enter file name without the .csv extension (eg. ESP8266/Thing): ")
NameError: name 'raw_input' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions