Advertisement
Guest User

idleerror

a guest
Apr 23rd, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: Traceback (most recent call last):
  2. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 424, in pollresponse
  3. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: message = self.pollmessage(wait)
  4. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 376, in pollmessage
  5. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: packet = self.pollpacket(wait)
  6. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 355, in pollpacket
  7. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: raise EOFError
  8. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: EOFError
  9. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: During handling of the above exception, another exception occurred:
  10. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: Traceback (most recent call last):
  11. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Applications/Python 3.2/IDLE.app/Contents/Resources/idlemain.py", line 73, in <module>
  12. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: main()
  13. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 1397, in main
  14. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: shell = flist.open_shell()
  15. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 285, in open_shell
  16. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: if not self.pyshell.begin():
  17. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 992, in begin
  18. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: client = self.interp.start_subprocess()
  19. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 414, in start_subprocess
  20. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: self.transfer_path(with_cwd=True)
  21. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 502, in transfer_path
  22. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: \n""" % (path,))
  23. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 698, in runcommand
  24. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: self.rpcclt.remotequeue("exec", "runcode", (code,), {})
  25. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 216, in remotequeue
  26. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: return self.asyncreturn(seq)
  27. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 240, in asyncreturn
  28. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: response = self.getresponse(seq, wait=0.05)
  29. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 280, in getresponse
  30. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: response = self._getresponse(myseq, wait)
  31. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 300, in _getresponse
  32. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: response = self.pollresponse(myseq, wait)
  33. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/rpc.py", line 428, in pollresponse
  34. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: self.handle_EOF()
  35. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/idlelib/PyShell.py", line 338, in handle_EOF
  36. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: raise EOFError
  37. 4/23/12 4:37:16.220 PM [0x0-0x93093].org.python.IDLE: EOFError
  38. 4/23/12 4:37:16.240 PM com.apple.launchd.peruser.501: ([0x0-0x93093].org.python.IDLE[1719]) Exited with code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement