Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.92 KB | None | 0 0
  1. 2011-10-19 11:09:08,232 openlp.core.utils INFO Openlp version 1.9.7 build bzr1778
  2. 2011-10-19 11:09:08,232 openlp.core.utils.languagemanager INFO Language file: '[en]' Loaded from conf file
  3. 2011-10-19 11:09:08,232 root DEBUG Could not find default_translator.
  4. 2011-10-19 11:09:08,232 openlp.core.ui.screen INFO Screen 0 found with resolution PyQt4.QtCore.QRect(0, 0, 1366, 768)
  5. 2011-10-19 11:09:08,232 openlp.core.ui.screen DEBUG set_current_display 1
  6. 2011-10-19 11:09:08,232 openlp.core.ui.screen DEBUG reset_current_display
  7. 2011-10-19 11:09:08,232 openlp.core.ui.screen DEBUG set_current_display 0
  8. 2011-10-19 11:09:08,293 openlp.core.lib.pluginmanager INFO Plugin manager Initialising
  9. 2011-10-19 11:09:08,293 openlp.core.lib.pluginmanager DEBUG Inserting C:\Program Files (x86)\OpenLP\plugins into sys.path
  10. 2011-10-19 11:09:08,293 openlp.core.lib.pluginmanager DEBUG Base path C:\Program Files (x86)\OpenLP\plugins
  11. 2011-10-19 11:09:08,293 openlp.core.lib.pluginmanager INFO Plugin manager Initialised
  12. 2011-10-19 11:09:08,293 openlp.core.lib.toolbar DEBUG Init done for SlideController
  13. 2011-10-19 11:09:08,293 openlp.core.lib.toolbar DEBUG Init done for SlideController
  14. 2011-10-19 11:09:08,802 openlp.core.lib.toolbar DEBUG Init done for SlideController
  15. 2011-10-19 11:09:08,809 openlp.core.lib.toolbar DEBUG Init done for SlideController
  16. 2011-10-19 11:09:08,822 openlp.core.lib.dockwidget DEBUG Initialise the mediaManagerDock widget
  17. 2011-10-19 11:09:08,825 openlp.core.lib.dockwidget DEBUG Initialise the serviceManagerDock widget
  18. 2011-10-19 11:09:08,915 openlp.core.lib.toolbar DEBUG Init done for ServiceManager
  19. 2011-10-19 11:09:08,927 openlp.core.lib.toolbar DEBUG Init done for ServiceManager
  20. 2011-10-19 11:09:08,933 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  21. 2011-10-19 11:09:08,933 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data\servicemanager
  22. 2011-10-19 11:09:08,936 openlp.core.lib.dockwidget DEBUG Initialise the themeManagerDock widget
  23. 2011-10-19 11:09:08,967 openlp.core.lib.toolbar DEBUG Init done for ThemeManager
  24. 2011-10-19 11:09:08,969 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  25. 2011-10-19 11:09:08,970 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data\themes
  26. 2011-10-19 11:09:08,970 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data\themes
  27. 2011-10-19 11:09:08,970 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data\themes\thumbnails
  28. 2011-10-19 11:09:08,983 openlp.core.utils.languagemanager DEBUG Translation files: C:\Program Files (x86)\OpenLP\i18n
  29. 2011-10-19 11:09:08,993 openlp.core.utils.languagemanager INFO Language file: '[en]' Loaded from conf file
  30. 2011-10-19 11:09:09,003 openlp.core.ui.mainwindow DEBUG Loading QSettings
  31. 2011-10-19 11:09:09,009 openlp.core.lib.eventreceiver DEBUG Event cursor_busy passed with payload None
  32. 2011-10-19 11:09:09,026 openlp.core.lib.renderer DEBUG Initialisation started
  33. 2011-10-19 11:09:09,029 openlp.core.ui.maindisplay DEBUG Start MainDisplay setup (live = False)
  34. 2011-10-19 11:09:09,361 openlp.core.ui.maindisplay DEBUG Setup webView
  35. 2011-10-19 11:09:09,368 openlp.core.ui.maindisplay DEBUG Finished MainDisplay setup
  36. 2011-10-19 11:09:09,368 openlp.core.ui.mainwindow INFO Load Plugins
  37. 2011-10-19 11:09:09,369 openlp.core.lib.pluginmanager INFO Finding plugins
  38. 2011-10-19 11:09:09,369 openlp.core.lib.pluginmanager DEBUG finding plugins in C:\Program Files (x86)\OpenLP\plugins at depth 4
  39. 2011-10-19 11:09:09,371 openlp.core.lib.pluginmanager DEBUG Importing alerts.alertsplugin from C:\Program Files (x86)\OpenLP\plugins\alerts\alertsplugin.py. Depth 6
  40. 2011-10-19 11:09:09,377 openlp.core.lib.pluginmanager ERROR Failed to import module alerts.alertsplugin on path C:\Program Files (x86)\OpenLP\plugins\alerts\alertsplugin.py for reason No module named openlp.core.lib.db
  41. Traceback (most recent call last):
  42. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  43. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  44. mod = _self_doimport(nm, ctx, fqname)
  45. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  46. exec co in mod.__dict__
  47. File "C:\Program Files (x86)\OpenLP\plugins\alerts\alertsplugin.py", line 33, in <module>
  48. from openlp.core.lib.db import Manager
  49. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  50. raise ImportError, "No module named %s" % fqname
  51. ImportError: No module named openlp.core.lib.db
  52. 2011-10-19 11:09:09,378 openlp.core.lib.pluginmanager DEBUG Importing bibles.bibleplugin from C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py. Depth 6
  53. 2011-10-19 11:09:09,382 openlp.core.lib.pluginmanager ERROR Failed to import module bibles.bibleplugin on path C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py for reason No module named openlp.plugins.bibles
  54. Traceback (most recent call last):
  55. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  56. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  57. mod = _self_doimport(nm, ctx, fqname)
  58. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  59. exec co in mod.__dict__
  60. File "C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py", line 35, in <module>
  61. from openlp.plugins.bibles.lib import BibleManager, BiblesTab, BibleMediaItem
  62. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  63. raise ImportError, "No module named %s" % fqname
  64. ImportError: No module named openlp.plugins.bibles
  65. 2011-10-19 11:09:09,385 openlp.core.lib.pluginmanager DEBUG Importing custom.customplugin from C:\Program Files (x86)\OpenLP\plugins\custom\customplugin.py. Depth 6
  66. 2011-10-19 11:09:09,388 openlp.core.lib.pluginmanager ERROR Failed to import module custom.customplugin on path C:\Program Files (x86)\OpenLP\plugins\custom\customplugin.py for reason No module named openlp.core.lib.db
  67. Traceback (most recent call last):
  68. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  69. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  70. mod = _self_doimport(nm, ctx, fqname)
  71. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  72. exec co in mod.__dict__
  73. File "C:\Program Files (x86)\OpenLP\plugins\custom\customplugin.py", line 31, in <module>
  74. from openlp.core.lib.db import Manager
  75. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  76. raise ImportError, "No module named %s" % fqname
  77. ImportError: No module named openlp.core.lib.db
  78. 2011-10-19 11:09:09,391 openlp.core.lib.pluginmanager DEBUG Importing images.imageplugin from C:\Program Files (x86)\OpenLP\plugins\images\imageplugin.py. Depth 6
  79. 2011-10-19 11:09:09,394 openlp.core.lib.pluginmanager ERROR Failed to import module images.imageplugin on path C:\Program Files (x86)\OpenLP\plugins\images\imageplugin.py for reason No module named openlp.plugins.images
  80. Traceback (most recent call last):
  81. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  82. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  83. mod = _self_doimport(nm, ctx, fqname)
  84. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  85. exec co in mod.__dict__
  86. File "C:\Program Files (x86)\OpenLP\plugins\images\imageplugin.py", line 34, in <module>
  87. from openlp.plugins.images.lib import ImageMediaItem, ImageTab
  88. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  89. raise ImportError, "No module named %s" % fqname
  90. ImportError: No module named openlp.plugins.images
  91. 2011-10-19 11:09:09,394 openlp.core.lib.pluginmanager DEBUG Importing media.mediaplugin from C:\Program Files (x86)\OpenLP\plugins\media\mediaplugin.py. Depth 6
  92. 2011-10-19 11:09:09,400 openlp.core.lib.pluginmanager ERROR Failed to import module media.mediaplugin on path C:\Program Files (x86)\OpenLP\plugins\media\mediaplugin.py for reason No module named openlp.plugins.media
  93. Traceback (most recent call last):
  94. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  95. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  96. mod = _self_doimport(nm, ctx, fqname)
  97. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  98. exec co in mod.__dict__
  99. File "C:\Program Files (x86)\OpenLP\plugins\media\mediaplugin.py", line 34, in <module>
  100. from openlp.plugins.media.lib import MediaMediaItem, MediaTab
  101. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  102. raise ImportError, "No module named %s" % fqname
  103. ImportError: No module named openlp.plugins.media
  104. 2011-10-19 11:09:09,401 openlp.core.lib.pluginmanager DEBUG Importing presentations.presentationplugin from C:\Program Files (x86)\OpenLP\plugins\presentations\presentationplugin.py. Depth 6
  105. 2011-10-19 11:09:09,404 openlp.core.lib.pluginmanager ERROR Failed to import module presentations.presentationplugin on path C:\Program Files (x86)\OpenLP\plugins\presentations\presentationplugin.py for reason No module named openlp.plugins.presentations
  106. Traceback (most recent call last):
  107. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  108. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  109. mod = _self_doimport(nm, ctx, fqname)
  110. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  111. exec co in mod.__dict__
  112. File "C:\Program Files (x86)\OpenLP\plugins\presentations\presentationplugin.py", line 36, in <module>
  113. from openlp.plugins.presentations.lib import PresentationController, \
  114. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  115. raise ImportError, "No module named %s" % fqname
  116. ImportError: No module named openlp.plugins.presentations
  117. 2011-10-19 11:09:09,407 openlp.core.lib.pluginmanager DEBUG Importing remotes.remoteplugin from C:\Program Files (x86)\OpenLP\plugins\remotes\remoteplugin.py. Depth 6
  118. 2011-10-19 11:09:09,410 openlp.core.lib.pluginmanager ERROR Failed to import module remotes.remoteplugin on path C:\Program Files (x86)\OpenLP\plugins\remotes\remoteplugin.py for reason No module named openlp.plugins.remotes
  119. Traceback (most recent call last):
  120. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  121. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  122. mod = _self_doimport(nm, ctx, fqname)
  123. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  124. exec co in mod.__dict__
  125. File "C:\Program Files (x86)\OpenLP\plugins\remotes\remoteplugin.py", line 31, in <module>
  126. from openlp.plugins.remotes.lib import RemoteTab, HttpServer
  127. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  128. raise ImportError, "No module named %s" % fqname
  129. ImportError: No module named openlp.plugins.remotes
  130. 2011-10-19 11:09:09,411 openlp.core.lib.pluginmanager DEBUG Importing songs.songsplugin from C:\Program Files (x86)\OpenLP\plugins\songs\songsplugin.py. Depth 6
  131. 2011-10-19 11:09:09,417 openlp.core.lib.pluginmanager ERROR Failed to import module songs.songsplugin on path C:\Program Files (x86)\OpenLP\plugins\songs\songsplugin.py for reason No module named openlp.core.lib.db
  132. Traceback (most recent call last):
  133. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  134. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  135. mod = _self_doimport(nm, ctx, fqname)
  136. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  137. exec co in mod.__dict__
  138. File "C:\Program Files (x86)\OpenLP\plugins\songs\songsplugin.py", line 36, in <module>
  139. from openlp.core.lib.db import Manager
  140. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  141. raise ImportError, "No module named %s" % fqname
  142. ImportError: No module named openlp.core.lib.db
  143. 2011-10-19 11:09:09,421 openlp.core.lib.pluginmanager DEBUG Importing songusage.songusageplugin from C:\Program Files (x86)\OpenLP\plugins\songusage\songusageplugin.py. Depth 6
  144. 2011-10-19 11:09:09,426 openlp.core.lib.pluginmanager ERROR Failed to import module songusage.songusageplugin on path C:\Program Files (x86)\OpenLP\plugins\songusage\songusageplugin.py for reason No module named openlp.core.lib.db
  145. Traceback (most recent call last):
  146. File "D:\OpenLP_Code\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz\openlp.core.lib.pluginmanager", line 95, in find_plugins
  147. File "D:\pyinstaller\PyInstaller\iu.py", line 424, in importHook
  148. mod = _self_doimport(nm, ctx, fqname)
  149. File "D:\pyinstaller\PyInstaller\iu.py", line 514, in doimport
  150. exec co in mod.__dict__
  151. File "C:\Program Files (x86)\OpenLP\plugins\songusage\songusageplugin.py", line 35, in <module>
  152. from openlp.core.lib.db import Manager
  153. File "D:\pyinstaller\PyInstaller\iu.py", line 443, in importHook
  154. raise ImportError, "No module named %s" % fqname
  155. ImportError: No module named openlp.core.lib.db
  156. 2011-10-19 11:09:09,427 openlp.core.ui.mainwindow INFO hook settings
  157. 2011-10-19 11:09:09,427 openlp.core.ui.mainwindow INFO hook media
  158. 2011-10-19 11:09:09,427 openlp.core.ui.mainwindow INFO hook menus
  159. 2011-10-19 11:09:09,427 openlp.core.ui.mainwindow INFO initialise plugins
  160. 2011-10-19 11:09:09,427 openlp.core.lib.pluginmanager INFO Initialise Plugins - Started
  161. 2011-10-19 11:09:09,427 openlp.core.lib.pluginmanager INFO Initialise Plugins - Finished
  162. 2011-10-19 11:09:09,430 openlp.core.ui.maindisplay DEBUG Start MainDisplay setup (live = False)
  163. 2011-10-19 11:09:09,763 openlp.core.ui.maindisplay DEBUG Setup webView
  164. 2011-10-19 11:09:09,766 openlp.core.ui.maindisplay DEBUG Finished MainDisplay setup
  165. 2011-10-19 11:09:09,766 openlp.core.ui.maindisplay DEBUG AudioPlayer Initialisation started
  166. 2011-10-19 11:09:09,806 openlp.core.ui.maindisplay DEBUG Start MainDisplay setup (live = True)
  167. 2011-10-19 11:09:10,138 openlp.core.ui.maindisplay DEBUG Setup webView
  168. 2011-10-19 11:09:10,144 openlp.core.lib DEBUG image_to_byte - start
  169. 2011-10-19 11:09:10,282 openlp.core.lib DEBUG image_to_byte - end
  170. 2011-10-19 11:09:10,282 openlp.core.lib.htmlbuilder DEBUG Webkit version = 533.3
  171. 2011-10-19 11:09:10,289 openlp.core.ui.maindisplay DEBUG Finished MainDisplay setup
  172. 2011-10-19 11:09:10,289 openlp.core.ui.mainwindow INFO Load data from Settings
  173. 2011-10-19 11:09:10,289 openlp.core.lib.eventreceiver DEBUG Event slidecontroller_live_spin_delay passed with payload 6
  174. 2011-10-19 11:09:10,289 openlp.core.lib.eventreceiver DEBUG Event theme_update_global passed with payload Songs
  175. 2011-10-19 11:09:10,290 openlp.core.ui.servicemanager DEBUG themeChange
  176. 2011-10-19 11:09:10,290 openlp.core.ui.thememanager DEBUG changeGlobalFromTab Songs
  177. 2011-10-19 11:09:10,290 openlp.core.ui.mainwindow INFO Load Themes
  178. 2011-10-19 11:09:10,290 openlp.core.ui.thememanager DEBUG Load themes from dir
  179. 2011-10-19 11:09:10,290 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  180. 2011-10-19 11:09:10,292 openlp.core.lib.eventreceiver DEBUG Event cursor_busy passed with payload None
  181. 2011-10-19 11:09:10,293 openlp.core.ui.maindisplay DEBUG Webloaded
  182. 2011-10-19 11:09:10,293 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  183. 2011-10-19 11:09:10,295 openlp.core.lib.eventreceiver DEBUG Event cursor_normal passed with payload None
  184. 2011-10-19 11:09:10,295 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  185. 2011-10-19 11:09:10,312 openlp.core.lib.eventreceiver DEBUG Event theme_update_list passed with payload [u'Anniversary', u'Announcements', u'Any Sick', u'Baptize', u'Bible Lookup - 911', u'Bible Lookup - Cross', u'Bible Lookup', u'Birthday', u'Children Crusade', u'Copy of Message Title - 911', u'Hope-Welcome', u'Hope', u'Message Title - Cross', u'Message Title - Hands', u'Message Title', u'Misc', u'Point to Ponder', u'Scripture Title', u'Seven Sins', u'Songs - 911', u'Songs - Fall', u'Songs', u'Verse - eSword', u'Verse', u'Welcome - Countdown', u'Welcome - UPC']
  186. 2011-10-19 11:09:10,312 openlp.core.ui.thememanager DEBUG getthemedata for theme Songs
  187. 2011-10-19 11:09:10,319 openlp.core.ui.thememanager DEBUG getPreviewImage Songs
  188. 2011-10-19 11:09:10,368 openlp.core.lib.eventreceiver DEBUG Event cursor_busy passed with payload None
  189. 2011-10-19 11:09:10,369 openlp.core.ui.servicemanager DEBUG regenerateServiceItems
  190. 2011-10-19 11:09:10,369 openlp.core.lib.eventreceiver DEBUG Event cursor_normal passed with payload None
  191. 2011-10-19 11:09:10,369 openlp.core.ui.servicemanager DEBUG themeChange
  192. 2011-10-19 11:09:10,369 openlp.core.lib.eventreceiver DEBUG Event cursor_normal passed with payload None
  193. 2011-10-19 11:09:10,421 openlp.core.lib.eventreceiver DEBUG Event maindisplay_blank_check passed with payload None
  194. 2011-10-19 11:09:10,421 openlp.core.ui.slidecontroller DEBUG mainDisplaySetBackground live = True
  195. 2011-10-19 11:09:10,421 openlp.core.lib.eventreceiver DEBUG Event maindisplay_hide passed with payload 3
  196. 2011-10-19 11:09:10,421 openlp.core.ui.maindisplay DEBUG hideDisplay mode = 3
  197. 2011-10-19 11:09:10,423 openlp.core.lib.eventreceiver DEBUG Event openlp_process_events passed with payload None
  198. 2011-10-19 11:09:10,424 openlp.core.lib.eventreceiver DEBUG Event openlp_phonon_creation passed with payload None
  199. 2011-10-19 11:09:10,426 openlp.core.ui.maindisplay DEBUG Creating Phonon objects - Start for True
  200. 2011-10-19 11:09:10,500 openlp.core.ui.maindisplay DEBUG Creating Phonon objects - Finished for True
  201. 2011-10-19 11:09:16,460 openlp.core.lib DEBUG check_directory_exists C:\Users\Steve\AppData\Roaming\openlp\data
  202.  
  203.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement