Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [D] QPythonPriv::formatExc:612 - "PyOtherSide error: Traceback (most recent call last):
  2.  
  3. File "/usr/share/harbour-saera/qml/pages/saera2.py", line 50, in <module>
  4. import sailfish_hw as platform
  5.  
  6. File "/usr/share/harbour-saera/qml/pages/sailfish_hw.py", line 184, in <module>
  7. regen_contacts()
  8.  
  9. File "/usr/share/harbour-saera/qml/pages/sailfish_hw.py", line 129, in regen_contacts
  10. print (fulls[-1])
  11.  
  12. UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 9: ordinal not in range(128)
  13. "
  14. [D] onError:210 - Python error: Cannot import module: saera2 (Traceback (most recent call last):
  15.  
  16. File "/usr/share/harbour-saera/qml/pages/saera2.py", line 50, in <module>
  17. import sailfish_hw as platform
  18.  
  19. File "/usr/share/harbour-saera/qml/pages/sailfish_hw.py", line 184, in <module>
  20. regen_contacts()
  21.  
  22. File "/usr/share/harbour-saera/qml/pages/sailfish_hw.py", line 129, in regen_contacts
  23. print (fulls[-1])
  24.  
  25. UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 9: ordinal not in range(128)
  26. )
  27. [D] QPythonPriv::formatExc:612 - "PyOtherSide error: Traceback (most recent call last):
  28.  
  29. File "<string>", line 1, in <module>
  30.  
  31. NameError: name 'saera2' is not defined
  32. "
  33. [D] onError:210 - Python error: Function not found: 'saera2.initialize' (Traceback (most recent call last):
  34.  
  35. File "<string>", line 1, in <module>
  36.  
  37. NameError: name 'saera2' is not defined
  38. )
  39. [D] QPythonPriv::formatExc:612 - "PyOtherSide error: Traceback (most recent call last):
  40.  
  41. File "<string>", line 1, in <module>
  42.  
  43. NameError: name 'saera2' is not defined
  44. "
  45. [D] onError:210 - Python error: Function not found: 'saera2.set_position' (Traceback (most recent call last):
  46.  
  47. File "<string>", line 1, in <module>
  48.  
  49. NameError: name 'saera2' is not defined
  50. )
  51. [D] QPythonPriv::formatExc:612 - "PyOtherSide error: Traceback (most recent call last):
  52.  
  53. File "<string>", line 1, in <module>
  54.  
  55. NameError: name 'saera2' is not defined
  56. "
  57. [D] onError:210 - Python error: Function not found: 'saera2.pause_daemons' (Traceback (most recent call last):
  58.  
  59. File "<string>", line 1, in <module>
  60.  
  61. NameError: name 'saera2' is not defined
  62. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement