Created
June 4, 2015 11:14
-
-
Save cool-RR/b2f5e086a7adaeaf5cbd 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 | |
| File 'C:\Users\Administrator\AppData\Local\py.ini' non-existent | |
| 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 | |
| locating Pythons in 64bit registry | |
| locate_pythons_for_key: unable to open PythonCore key in HKCU | |
| locate_pythons_for_key: C:\Python27\python.exe is a 64bit executable | |
| locate_pythons_for_key: C:\Python27\PCBuild\python.exe: The system cannot find the path specified. | |
| locate_pythons_for_key: C:\Python27\PCBuild\amd64\python.exe: The system cannot find the path specified. | |
| locate_pythons_for_key: C:\Python33\python.exe is a 64bit executable | |
| locate_pythons_for_key: C:\Python33\PCBuild\python.exe: The system cannot find the path specified. | |
| locate_pythons_for_key: C:\Python33\PCBuild\amd64\python.exe: The system cannot find the path specified. | |
| locate_pythons_for_key: C:\Python34\python.exe is a 64bit executable | |
| locate_pythons_for_key: C:\Python34\PCBuild\python.exe: The system cannot find the path specified. | |
| locate_pythons_for_key: C:\Python34\PCBuild\amd64\python.exe: The system cannot find the path specified. | |
| locating Pythons in native registry | |
| locate_pythons_for_key: unable to open PythonCore key in HKCU | |
| locate_pythons_for_key: unable to open PythonCore key in HKLM | |
| found configured value 'python=3' in environment | |
| search for default Python found version 3.4 at 'C:\Python34\python.exe' | |
| run_child: about to run 'C:\Python34\python.exe age.py' | |
| Traceback (most recent call last): | |
| File "age.py", line 15, 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