Advertisement
Guest User

asdf

a guest
Mar 2nd, 2010
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.78 KB | None | 0 0
  1. raceback (most recent call last):
  2.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 170, in callback
  3.     next(send=value, sending=1)
  4.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 188, in next
  5.     next()
  6.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 188, in next
  7.     next()
  8.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 172, in next
  9.     next(callback, 1)
  10.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 175, in next
  11.     next(reset, 1)
  12.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 153, in next
  13.     next(send=e, throwing=1)
  14.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 153, in next
  15.     next(send=e, throwing=1)
  16.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 153, in next
  17.     next(send=e, throwing=1)
  18.   File "C:\Documents and Settings\Brigi.GYENEZSFERENC\Application Data\Sublime Text\Packages\AAALoadFirstExtensions\scheduler.py", line 155, in next
  19.     raise Exception('\n\n'.join(reversed(exceptions)))
  20. Exception: Traceback (most recent call last):
  21.   File ".\scheduler.py", line 130, in next
  22.     ret = routines[-1].throw(send)
  23.   File ".\BrowseFTP.py", line 100, in run
  24. UnicodeDecodeError: 'ascii' codec can't decode byte 0x94 in position 5: ordinal not in range(128)
  25.  
  26.  
  27. Traceback (most recent call last):
  28.  File ".\scheduler.py", line 130, in next
  29.    ret = routines[-1].throw(send)
  30.  File ".\BrowseFTP.py", line 231, in browse_folder
  31. UnicodeDecodeError: 'ascii' codec can't decode byte 0x94 in position 5: ordinal not in range(128)
  32.  
  33.  
  34. Traceback (most recent call last):
  35.   File ".\scheduler.py", line 130, in next
  36.     ret = routines[-1].throw(send)
  37.   File ".\scheduler.py", line 68, in quick_panel
  38.     result = yield open_quick_panel()
  39. UnicodeDecodeError: 'ascii' codec can't decode byte 0x94 in position 5: ordinal not in range(128)
  40.  
  41.  
  42. Traceback (most recent call last):
  43.  File ".\scheduler.py", line 128, in next
  44.    ret = yielded[0] = routines[-1].send(send)
  45.  File ".\scheduler.py", line 66, in open_quick_panel
  46.    window.showSelectPanel( display, callback, cancel, flags, key, index)
  47. UnicodeDecodeError: 'ascii' codec can't decode byte 0x94 in position 5: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement