Advertisement
Guest User

mypythlog

a guest
Nov 25th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. +++ LOGGING STARTED +++
  2. PythonInterface 2.73.06 (SDK 2.10) - Sandy Barbour 2005
  3. In StartPython Function : dlopen of libpython2.7.so.1.0 - conID = 6f117b0
  4. PythonInterface.ini file found
  5. Before Py_Initialize()
  6. After Py_Initialize()
  7. Python Version 2.7.12 (default, Nov 19 2016, 06:48:10)
  8. [GCC 5.4.0 20160609] running on the linux2 platform
  9. Before Modules Init
  10. Using path below for script path
  11. /home/kaida/X-Plane 11/Resources/plugins/PythonScripts
  12. After Modules Init
  13. Searching for Standard Scripts
  14. Script 'PI_xfse.py' successfully loaded.
  15. Traceback (most recent call last):
  16. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  17. print "[XFSE|Nfo] BTN Login"
  18. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 559, in XFSEHandler
  19. self . login ( )
  20. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 1568, in login
  21. Ii1Iii11 = self . XFSEpost ( "user=" + self . userstr + "&pass=" + self . passstr + "&action=accountCheck" )
  22. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 771, in XFSEpost
  23. oooooOOO000Oo = minidom . parseString ( O0OOoOOO0oO )
  24. File "/usr/local/lib/python2.7/xml/dom/minidom.py", line 1927, in parseString
  25. from xml.dom import expatbuilder
  26. File "/usr/local/lib/python2.7/xml/dom/expatbuilder.py", line 32, in <module>
  27. from xml.parsers import expat
  28. File "/usr/local/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
  29. from pyexpat import *
  30. ImportError: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
  31. Before Py_Finalize()
  32. After Py_Finalize()
  33. --- LOGGING STOPPED ---
  34.  
  35. +++ LOGGING STARTED +++
  36. PythonInterface 2.73.06 (SDK 2.10) - Sandy Barbour 2005
  37. In StartPython Function : dlopen of libpython2.7.so.1.0 - conID = 5359750
  38. PythonInterface.ini file found
  39. Before Py_Initialize()
  40. After Py_Initialize()
  41. Python Version 2.7.12 (default, Nov 19 2016, 06:48:10)
  42. [GCC 5.4.0 20160609] running on the linux2 platform
  43. Before Modules Init
  44. Using path below for script path
  45. /home/kaida/X-Plane 11/Resources/plugins/PythonScripts
  46. After Modules Init
  47. Searching for Standard Scripts
  48. Script 'PI_xfse.py' successfully loaded.
  49. Traceback (most recent call last):
  50. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  51. print "[XFSE|dbg] Client window closed"
  52. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  53. print "[XFSE|dbg] Client window closed"
  54. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  55. print "[XFSE|Nfo] BTN Login"
  56. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  57. print "[XFSE|dbg] Client window closed"
  58. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  59. print "[XFSE|dbg] Client window closed"
  60. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  61. print "[XFSE|dbg] Client window closed"
  62. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  63. print "[XFSE|dbg] Client window closed"
  64. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 551, in XFSEHandler
  65. print "[XFSE|dbg] Client window closed"
  66. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  67. print "[XFSE|Nfo] BTN Login"
  68. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  69. print "[XFSE|Nfo] BTN Login"
  70. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  71. print "[XFSE|Nfo] BTN Login"
  72. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  73. print "[XFSE|Nfo] BTN Login"
  74. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 558, in XFSEHandler
  75. print "[XFSE|Nfo] BTN Login"
  76. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 559, in XFSEHandler
  77. self . login ( )
  78. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 1568, in login
  79. Ii1Iii11 = self . XFSEpost ( "user=" + self . userstr + "&pass=" + self . passstr + "&action=accountCheck" )
  80. File "/home/kaida/X-Plane 11/Resources/plugins/PythonScripts/PI_xfse.py", line 771, in XFSEpost
  81. oooooOOO000Oo = minidom . parseString ( O0OOoOOO0oO )
  82. File "/usr/local/lib/python2.7/xml/dom/minidom.py", line 1927, in parseString
  83. from xml.dom import expatbuilder
  84. File "/usr/local/lib/python2.7/xml/dom/expatbuilder.py", line 32, in <module>
  85. from xml.parsers import expat
  86. File "/usr/local/lib/python2.7/xml/parsers/expat.py", line 4, in <module>
  87. from pyexpat import *
  88. ImportError: /usr/local/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
  89. Before Py_Finalize()
  90. After Py_Finalize()
  91. --- LOGGING STOPPED ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement