Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. launcher build: 32bit
  2. launcher executable: Console
  3. File 'C:\Users\Administrator\AppData\Local\py.ini' non-existent
  4. File 'C:\Windows\py.ini' non-existent
  5. Called with command line: age.py
  6. maybe_handle_shebang: read 256 bytes
  7. maybe_handle_shebang: BOM not found, using UTF-8
  8. locating Pythons in 64bit registry
  9. locate_pythons_for_key: unable to open PythonCore key in HKCU
  10. locate_pythons_for_key: C:\Python27\python.exe is a 64bit executable
  11. locate_pythons_for_key: C:\Python27\PCBuild\python.exe: The system cannot find the path specified.
  12. locate_pythons_for_key: C:\Python27\PCBuild\amd64\python.exe: The system cannot find the path specified.
  13. locate_pythons_for_key: C:\Python33\python.exe is a 64bit executable
  14. locate_pythons_for_key: C:\Python33\PCBuild\python.exe: The system cannot find the path specified.
  15. locate_pythons_for_key: C:\Python33\PCBuild\amd64\python.exe: The system cannot find the path specified.
  16. locate_pythons_for_key: C:\Python34\python.exe is a 64bit executable
  17. locate_pythons_for_key: C:\Python34\PCBuild\python.exe: The system cannot find the path specified.
  18. locate_pythons_for_key: C:\Python34\PCBuild\amd64\python.exe: The system cannot find the path specified.
  19. locating Pythons in native registry
  20. locate_pythons_for_key: unable to open PythonCore key in HKCU
  21. locate_pythons_for_key: unable to open PythonCore key in HKLM
  22. found configured value 'python=3' in environment
  23. search for default Python found version 3.4 at 'C:\Python34\python.exe'
  24. run_child: about to run 'C:\Python34\python.exe age.py'
  25. Traceback (most recent call last):
  26. File "age.py", line 15, in <module>
  27. name = raw_input("Enter a person's name to check their age: ")
  28. NameError: name 'raw_input' is not defined
  29. child process exit code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement