Skip to content

Instantly share code, notes, and snippets.

@cool-RR
Created June 4, 2015 07:11
Show Gist options
  • Select an option

  • Save cool-RR/ffb9425e05b232e723cd to your computer and use it in GitHub Desktop.

Select an option

Save cool-RR/ffb9425e05b232e723cd to your computer and use it in GitHub Desktop.
launcher build: 32bit
launcher executable: Console
Using local configuration file 'C:\Users\Administrator\AppData\Local\py.ini'
File 'C:\Windows\py.ini' non-existent
Called with command line: age.py
maybe_handle_shebang: read 256 bytes
maybe_handle_shebang: BOM not found, using UTF-8
parse_shebang: found command: python
searching PATH for python executable
Python on path: C:\python34\python.EXE
located python on PATH: C:\python34\python.EXE
run_child: about to run 'C:\python34\python.EXE age.py'
Traceback (most recent call last):
File "age.py", line 17, in <module>
name = raw_input("Enter a person's name to check their age: ")
NameError: name 'raw_input' is not defined
child process exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment