Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 99, in open_preferences
  3. self.get_colortemp()
  4. File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 90, in get_colortemp
  5. index = self.xflux.expect("Color.*")
  6. File "/usr/lib/python2.7/dist-packages/pexpect.py", line 1316, in expect
  7. return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
  8. File "/usr/lib/python2.7/dist-packages/pexpect.py", line 1330, in expect_list
  9. return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize)
  10. File "/usr/lib/python2.7/dist-packages/pexpect.py", line 1401, in expect_loop
  11. raise EOF (str(e) + '\n' + str(self))
  12. pexpect.EOF: End Of File (EOF) in read_nonblocking(). Exception style platform.
  13. <pexpect.spawn object at 0x2935d50>
  14. version: 2.4 ($Revision: 516 $)
  15. command: /usr/bin/xflux
  16. args: ['/usr/bin/xflux', '-l', '53.6886, -1.2906', '-k', '3400', '-nofork']
  17. searcher: searcher_re:
  18. 0: re.compile("Color.*")
  19. buffer (last 100 chars):
  20. before (last 100 chars): c
  21.  
  22. after: <class 'pexpect.EOF'>
  23. match: None
  24. match_index: None
  25. exitstatus: 1
  26. flag_eof: True
  27. pid: 3669
  28. child_fd: 4
  29. closed: False
  30. timeout: 30
  31. delimiter: <class 'pexpect.EOF'>
  32. logfile: <open file '/tmp/fluxlog.txt', mode 'w' at 0x27e85d0>
  33. logfile_read: None
  34. logfile_send: None
  35. maxread: 2000
  36. ignorecase: False
  37. searchwindowsize: None
  38. delaybeforesend: 0.05
  39. delayafterclose: 0.1
  40. delayafterterminate: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement