Created
June 4, 2015 07:11
-
-
Save cool-RR/ffb9425e05b232e723cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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