openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19210
[Bug 1116718] Re: missing module reported by -l debug
** Also affects: openlp/website
Importance: Undecided
Status: New
** Changed in: openlp
Status: New => Invalid
** Changed in: openlp/website
Importance: Undecided => Low
** Description changed:
- Running latest available version on Ubuntu 10.04 LTS...
+ Hello,
- npf@pc-n993019:~/.cache/openlp$ lsb_release -a
- No LSB modules are available.
- Distributor ID: Ubuntu
- Description: Ubuntu 10.04.4 LTS
- Release: 10.04
- Codename: lucid
-
- npf@pc-n993019:~/.cache/openlp$ apt-cache show openlp
- Package: openlp
- Priority: extra
- Section: python
- Installed-Size: 28872
- Maintainer: OpenLP Developers <openlp-dev@xxxxxxxxxxxxxxxxxxx>
- Architecture: all
- Version: 1.9.12+bzr2117-0ubuntu1~lucid1
- Depends: python (>= 2.5), python-support (>= 0.90.0), python-qt4, python-qt4-phonon, python-qt4-gl, python-sqlalchemy, python-chardet, python-beautifulsoup, python-lxml, python-sqlite, python-enchant, python-mako, python-migrate
- Conflicts: python-openlp
- Filename: pool/main/o/openlp/openlp_1.9.12+bzr2117-0ubuntu1~lucid1_all.deb
- Size: 6937274
- MD5sum: e76afd6b0cef0ef9e3f746f3f54aa413
- SHA1: dd0ff9c3fb054ccabbc7de3b64f02de1cd774985
- Description: Church lyrics projection application
- OpenLP is free church presentation software, or lyrics projection software,
- used to display slides of songs, Bible verses, videos, images, and even
- presentations for church worship using a computer and a data projector.
-
- npf@pc-n993019:~/.cache/openlp$ sudo apt-get install openlp
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- openlp is already the newest version.
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-
- As per documentation, configure to use MySQL:
-
- http://wiki.openlp.org/OpenLP_2_Introduction_and_FAQ#.28Advanced.29_Using_MySQL_or_PostgreSQL_to_store_songs
-
- Fragment from ~/.config/OpenLP/OpenLP.conf
-
- [songs]
- status=1
- last%20search%20type=2
- search%20as%20type=true
- display%20songbar=true
- update%20service%20on%20edit=true
- add%20song%20from%20service=true
- last%20directory%201=/home/npf/Documents/fbc/OpenLP/song_exports
- last%20import%20type=0
- db%20type=mysql
- db%20username=openlp
- db%20password=openlp
- db%20hostname=localhost
- db%20database=openlp
-
- Result of running "openlp -l debug"...
-
- npf@pc-n993019:~/.cache/openlp$ cat openlp.log
- 2013-02-05 22:11:12,803 openlp.core.utils INFO Openlp version 1.9.12 build bzr2117
- 2013-02-05 22:11:12,805 openlp.core.utils.languagemanager INFO Language file: 'en_GB' Loaded from conf file
- 2013-02-05 22:11:12,806 root DEBUG Could not find default_translator.
- 2013-02-05 22:11:12,808 openlp.core.ui.screen INFO Screen 0 found with resolution PyQt4.QtCore.QRect(0, 0, 1440, 900)
- 2013-02-05 22:11:12,808 openlp.core.ui.screen DEBUG set_current_display 0
- 2013-02-05 22:11:12,809 openlp.core.ui.screen DEBUG reset_current_display
- 2013-02-05 22:11:12,809 openlp.core.ui.screen DEBUG set_current_display 0
- 2013-02-05 22:11:12,948 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp
- 2013-02-05 22:11:12,961 openlp.core.lib.pluginmanager INFO Plugin manager Initialising
- 2013-02-05 22:11:12,961 openlp.core.lib.pluginmanager DEBUG Inserting /usr/lib/pymodules/python2.6/openlp/plugins into sys.path
- 2013-02-05 22:11:12,961 openlp.core.lib.pluginmanager DEBUG Base path /usr/lib/pymodules/python2.6/openlp/plugins
- 2013-02-05 22:11:12,961 openlp.core.lib.pluginmanager INFO Plugin manager Initialised
- 2013-02-05 22:11:12,962 openlp.core.ui.media.mediacontroller DEBUG check_available_media_players
- 2013-02-05 22:11:12,962 openlp.core.ui.media.mediacontroller DEBUG Importing controller openlp.core.ui.media.phononplayer
- 2013-02-05 22:11:12,963 openlp.core.ui.media.mediacontroller DEBUG Importing controller openlp.core.ui.media.vlcplayer
- 2013-02-05 22:11:13,102 openlp.core.ui.media.vlcplayer DEBUG VLC could not be loaded: 1.0.6 Goldeneye
- 2013-02-05 22:11:13,103 openlp.core.ui.media.mediacontroller DEBUG Importing controller openlp.core.ui.media.webkitplayer
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/annodex extensions: .axa
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-annodex extensions:
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/annodex extensions: .axv
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-annodex extensions:
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/mng extensions:
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-mng extensions: .mng
- 2013-02-05 22:11:13,266 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-8svx extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/8svx extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-16sv extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/168sv extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-anim extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/anim extensions:
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-asf extensions: .asf .asx
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-wmv extensions: .wmv
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-wmv additional extensions: .wmv
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-ms-wma extensions: .wma
- 2013-02-05 22:11:13,267 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-ms-wma additional extensions: .wma
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-asf-plugin extensions:
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-wvx extensions: .wvx
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ms-wax extensions:
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/quicktime extensions: .mov .qt
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-quicktime extensions:
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-m4a extensions:
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-m4a additional extensions: .m4a
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/mp4 extensions: .mp4
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/mp4 extensions:
- 2013-02-05 22:11:13,268 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-flv extensions: .flv
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-flv additional extensions: .flv
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/flv extensions:
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/msvideo extensions:
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-msvideo extensions: .avi
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/mkv extensions:
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-matroska extensions: .mpv .mkv
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-matroska additional extensions: .mpv .mkv
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-flic extensions:
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-aiff extensions: .aif .aiff .aifc
- 2013-02-05 22:11:13,269 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/aiff extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-aiff extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-flac extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/flac extensions: .flac
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/flac additional extensions: .flac
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-realaudio extensions: .ra
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/basic extensions: .au .snd
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-basic extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-au extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-mod extensions:
- 2013-02-05 22:11:13,270 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/mod extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/it extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-it extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-stm extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-s3m extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/s3m extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/med extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-amf extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-xm extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/xm extensions:
- 2013-02-05 22:11:13,271 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/ogg extensions: .oga .ogg .spx
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-ogg extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/ogg extensions: .ogv
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: video/x-ogg extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-realaudio extensions: .ra .rm .ram
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-realaudio-plugin extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-real-audio extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-wav extensions: .wav
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/wav extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-wav extensions:
- 2013-02-05 22:11:13,272 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-pn-windows-acm extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/musepack extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-musepack extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-wavpack extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-flac extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/flac extensions: .flac
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/flac additional extensions: .flac
- 2013-02-05 22:11:13,273 openlp.core.ui.media.phononplayer INFO MediaPlugin: audio/x-vorbis+ogg extensions:
- 2013-02-05 22:11:13,273 openlp.core.ui.media DEBUG get_media_players
- 2013-02-05 22:11:13,274 openlp.core.ui.media DEBUG get_media_players
- 2013-02-05 22:11:13,277 openlp.core.lib.toolbar DEBUG Init done for SlideController
- 2013-02-05 22:11:13,279 openlp.core.lib.toolbar DEBUG Init done for SlideController
- 2013-02-05 22:11:13,295 openlp.core.ui.maindisplay DEBUG Start Display base setup (live = False)
- 2013-02-05 22:11:13,296 openlp.core.ui.maindisplay DEBUG Setup webView
- 2013-02-05 22:11:13,317 openlp.core.lib.toolbar DEBUG Init done for SlideController
- 2013-02-05 22:11:13,330 openlp.core.lib.toolbar DEBUG Init done for SlideController
- 2013-02-05 22:11:13,344 openlp.core.ui.maindisplay DEBUG Start Display base setup (live = True)
- 2013-02-05 22:11:13,345 openlp.core.ui.maindisplay DEBUG Setup webView
- 2013-02-05 22:11:13,357 openlp.core.lib.dockwidget DEBUG Initialise the mediaManagerDock widget
- 2013-02-05 22:11:13,360 openlp.core.lib.dockwidget DEBUG Initialise the serviceManagerDock widget
- 2013-02-05 22:11:13,373 openlp.core.lib.toolbar DEBUG Init done for ServiceManager
- 2013-02-05 22:11:13,383 openlp.core.lib.toolbar DEBUG Init done for ServiceManager
- 2013-02-05 22:11:13,396 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp
- 2013-02-05 22:11:13,396 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp/servicemanager
- 2013-02-05 22:11:13,399 openlp.core.lib.dockwidget DEBUG Initialise the themeManagerDock widget
- 2013-02-05 22:11:13,430 openlp.core.lib.toolbar DEBUG Init done for ThemeManager
- 2013-02-05 22:11:13,435 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp
- 2013-02-05 22:11:13,435 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp/themes
- 2013-02-05 22:11:13,435 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp/themes
- 2013-02-05 22:11:13,436 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp/themes/thumbnails
- 2013-02-05 22:11:14,079 openlp.core.utils.languagemanager DEBUG Translation files: /usr/share/openlp/i18n
- 2013-02-05 22:11:14,085 openlp.core.utils.languagemanager INFO Language file: 'en_GB' Loaded from conf file
- 2013-02-05 22:11:14,210 openlp.core.ui.mainwindow DEBUG Loading QSettings
- 2013-02-05 22:11:14,216 openlp.core.ui.mainwindow DEBUG Recent file name: /home/npf/Documents/fbc/Service 2012-10-29 09-00.osz
- 2013-02-05 22:11:14,217 openlp.core.ui.mainwindow DEBUG Recent file name: /home/npf/Documents/fbc/Service 2012-10-14 19-57.osz
- 2013-02-05 22:11:14,217 openlp.core.ui.mainwindow DEBUG Recent file name: /home/npf/Documents/fbc/Service 2012-09-16 21-09.osz
- 2013-02-05 22:11:14,222 openlp.core.lib.eventreceiver DEBUG Event cursor_busy passed with payload None
- 2013-02-05 22:11:14,244 openlp.core.lib.renderer DEBUG Initialisation started
- 2013-02-05 22:11:14,252 openlp.core.ui.maindisplay DEBUG Start MainDisplay setup (live = False)
- 2013-02-05 22:11:14,253 openlp.core.ui.maindisplay DEBUG Start Display base setup (live = False)
- 2013-02-05 22:11:14,253 openlp.core.ui.maindisplay DEBUG Setup webView
- 2013-02-05 22:11:14,254 openlp.core.ui.maindisplay DEBUG Finished MainDisplay setup
- 2013-02-05 22:11:14,254 openlp.core.lib.renderer DEBUG _calculate default PyQt4.QtCore.QRect(0, 0, 1440, 900), 0.625000
- 2013-02-05 22:11:14,255 openlp.core.ui.mainwindow INFO Load Plugins
- 2013-02-05 22:11:14,255 openlp.core.lib.pluginmanager INFO Finding plugins
- 2013-02-05 22:11:14,255 openlp.core.lib.pluginmanager DEBUG finding plugins in /usr/lib/pymodules/python2.6/openlp/plugins at depth 7
- 2013-02-05 22:11:14,256 openlp.core.lib.pluginmanager DEBUG Importing songusage.songusageplugin from /usr/lib/pymodules/python2.6/openlp/plugins/songusage/songusageplugin.py. Depth 9
- 2013-02-05 22:11:14,305 openlp.plugins.songusage.forms.songusagedetailform INFO SongUsage Detail Form Loaded
- 2013-02-05 22:11:14,305 songusage.songusageplugin INFO SongUsage Plugin loaded
- 2013-02-05 22:11:14,306 openlp.core.lib.pluginmanager DEBUG Importing songs.songsplugin from /usr/lib/pymodules/python2.6/openlp/plugins/songs/songsplugin.py. Depth 9
- 2013-02-05 22:11:14,324 openlp.plugins.songs.lib.xml INFO SongXML Loaded
- 2013-02-05 22:11:14,328 openlp.plugins.songs.forms.mediafilesform INFO openlp.plugins.songs.forms.mediafilesform MediaFilesForm loaded
- 2013-02-05 22:11:14,332 openlp.plugins.songs.forms.editsongform INFO openlp.plugins.songs.forms.editsongform EditSongForm loaded
- 2013-02-05 22:11:14,374 openlp.plugins.songs.forms.songimportform INFO SongImportForm loaded
- 2013-02-05 22:11:14,376 openlp.plugins.songs.forms.songexportform INFO SongExportForm loaded
- 2013-02-05 22:11:14,376 openlp.plugins.songs.lib.mediaitem INFO Song Media Item loaded
- 2013-02-05 22:11:14,405 songs.songsplugin INFO Song Plugin loaded
- 2013-02-05 22:11:14,409 openlp.core.lib.pluginmanager DEBUG Importing alerts.alertsplugin from /usr/lib/pymodules/python2.6/openlp/plugins/alerts/alertsplugin.py. Depth 9
- 2013-02-05 22:11:14,410 openlp.plugins.alerts.lib.alertsmanager INFO Alert Manager loaded
- 2013-02-05 22:11:14,412 alerts.alertsplugin INFO Alerts Plugin loaded
- 2013-02-05 22:11:14,413 openlp.core.lib.pluginmanager DEBUG Importing presentations.presentationplugin from /usr/lib/pymodules/python2.6/openlp/plugins/presentations/presentationplugin.py. Depth 9
- 2013-02-05 22:11:14,415 openlp.plugins.presentations.lib.presentationcontroller INFO PresentationController loaded
- 2013-02-05 22:11:14,415 openlp.plugins.presentations.lib.messagelistener INFO Controller loaded
- 2013-02-05 22:11:14,416 openlp.plugins.presentations.lib.messagelistener INFO Message Listener loaded
- 2013-02-05 22:11:14,417 openlp.plugins.presentations.lib.mediaitem INFO Presentations Media Item loaded
- 2013-02-05 22:11:14,418 openlp.core.lib.pluginmanager DEBUG Importing bibles.bibleplugin from /usr/lib/pymodules/python2.6/openlp/plugins/bibles/bibleplugin.py. Depth 9
- 2013-02-05 22:11:14,421 openlp.plugins.bibles.lib.db INFO BibleDB loaded
- 2013-02-05 22:11:14,423 openlp.plugins.bibles.lib.csvbible INFO CSVBible loaded
- 2013-02-05 22:11:14,424 openlp.plugins.bibles.lib.http INFO openlp.plugins.bibles.lib.http HTTPBible loaded
- 2013-02-05 22:11:14,425 openlp.plugins.bibles.lib.osis INFO BibleOSISImpl loaded
- 2013-02-05 22:11:14,426 openlp.plugins.bibles.lib.manager INFO Bible manager loaded
- 2013-02-05 22:11:14,427 openlp.plugins.bibles.lib.biblestab INFO Bible Tab loaded
- 2013-02-05 22:11:14,429 openlp.plugins.bibles.forms.booknameform INFO BookNameForm loaded
- 2013-02-05 22:11:14,429 openlp.plugins.bibles.forms.languageform INFO LanguageForm loaded
- 2013-02-05 22:11:14,430 openlp.plugins.bibles.forms.bibleimportform INFO BibleImportForm loaded
- 2013-02-05 22:11:14,431 openlp.plugins.bibles.forms.bibleupgradeform INFO BibleUpgradeForm loaded
- 2013-02-05 22:11:14,432 openlp.plugins.bibles.forms.editbibleform INFO openlp.plugins.bibles.forms.editbibleform EditBibleForm loaded
- 2013-02-05 22:11:14,433 openlp.plugins.bibles.lib.mediaitem INFO Bible Media Item loaded
- 2013-02-05 22:11:14,433 bibles.bibleplugin INFO Bible Plugin loaded
- 2013-02-05 22:11:14,435 openlp.core.lib.pluginmanager DEBUG Importing custom.customplugin from /usr/lib/pymodules/python2.6/openlp/plugins/custom/customplugin.py. Depth 9
- 2013-02-05 22:11:14,436 openlp.plugins.custom.lib.customxmlhandler INFO CustomXMLBuilder Loaded
- 2013-02-05 22:11:14,436 openlp.plugins.custom.lib.customxmlhandler INFO CustomXMLParser Loaded
- 2013-02-05 22:11:14,439 openlp.plugins.custom.forms.editcustomslideform INFO Custom Verse Editor loaded
- 2013-02-05 22:11:14,446 openlp.plugins.custom.forms.editcustomform INFO Custom Editor loaded
- 2013-02-05 22:11:14,447 openlp.plugins.custom.lib.mediaitem INFO Custom Media Item loaded
- 2013-02-05 22:11:14,448 custom.customplugin INFO Custom Plugin loaded
- 2013-02-05 22:11:14,449 openlp.core.lib.pluginmanager DEBUG Importing remotes.remoteplugin from /usr/lib/pymodules/python2.6/openlp/plugins/remotes/remoteplugin.py. Depth 9
- 2013-02-05 22:11:14,526 remotes.remoteplugin INFO Remote Plugin loaded
- 2013-02-05 22:11:14,528 openlp.core.lib.pluginmanager DEBUG Importing media.mediaplugin from /usr/lib/pymodules/python2.6/openlp/plugins/media/mediaplugin.py. Depth 9
- 2013-02-05 22:11:14,530 openlp.plugins.media.lib.mediaitem INFO openlp.plugins.media.lib.mediaitem MediaMediaItem loaded
- 2013-02-05 22:11:14,531 media.mediaplugin INFO media.mediaplugin MediaPlugin loaded
- 2013-02-05 22:11:14,532 openlp.core.lib.pluginmanager DEBUG Importing images.imageplugin from /usr/lib/pymodules/python2.6/openlp/plugins/images/imageplugin.py. Depth 9
- 2013-02-05 22:11:14,534 openlp.plugins.images.lib.mediaitem INFO Image Media Item loaded
- 2013-02-05 22:11:14,534 images.imageplugin INFO Image Plugin loaded
- 2013-02-05 22:11:14,535 openlp.core.lib.plugin DEBUG Plugin songusage initialised
- 2013-02-05 22:11:14,536 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp
- 2013-02-05 22:11:14,536 openlp.core.lib DEBUG check_directory_exists /home/npf/.local/share/openlp/songusage
- 2013-02-05 22:11:14,556 openlp.core.lib.pluginmanager DEBUG Loaded plugin <class 'songusage.songusageplugin.SongUsagePlugin'>
- 2013-02-05 22:11:14,556 openlp.core.lib.plugin DEBUG Plugin songs initialised
- 2013-02-05 22:11:14,561 root ERROR Traceback (most recent call last):
- File "/usr/bin/openlp", line 44, in <module>
- main()
- File "/usr/lib/pymodules/python2.6/openlp/core/__init__.py", line 343, in main
- sys.exit(app.run(qt_args))
- File "/usr/lib/pymodules/python2.6/openlp/core/__init__.py", line 149, in run
- self.mainWindow = MainWindow(self)
- File "/usr/lib/pymodules/python2.6/openlp/core/ui/mainwindow.py", line 685, in __init__
- self.pluginManager.find_plugins(plugin_path, self.pluginHelpers)
- File "/usr/lib/pymodules/python2.6/openlp/core/lib/pluginmanager.py", line 121, in find_plugins
- plugin = p(plugin_helpers)
- File "/usr/lib/pymodules/python2.6/openlp/plugins/songs/songsplugin.py", line 66, in __init__
- self.manager = Manager(u'songs', init_schema, upgrade_mod=upgrade)
- File "/usr/lib/pymodules/python2.6/openlp/core/lib/db.py", line 216, in __init__
- db_ver, up_ver = upgrade_db(self.db_url, upgrade_mod)
- File "/usr/lib/pymodules/python2.6/openlp/core/lib/db.py", line 81, in upgrade_db
- session, metadata = init_db(url)
- File "/usr/lib/pymodules/python2.6/openlp/core/lib/db.py", line 64, in init_db
- engine = create_engine(url, poolclass=NullPool)
- File "/usr/lib/pymodules/python2.6/sqlalchemy/engine/__init__.py", line 223, in create_engine
- return strategy.create(*args, **kwargs)
- File "/usr/lib/pymodules/python2.6/sqlalchemy/engine/strategies.py", line 62, in create
- dbapi = dialect_cls.dbapi(**dbapi_args)
- File "/usr/lib/pymodules/python2.6/sqlalchemy/databases/mysql.py", line 1456, in dbapi
- import MySQLdb as mysql
- File "/usr/lib/python2.6/dist-packages/uno.py", line 262, in _uno_import
- return _g_delegatee( name, *optargs, **kwargs )
- ImportError: No module named MySQLdb
- None
-
- Any idea when this missing module will be included to restore as-
- advertised, non-deprecated, capability?
-
- --dave.
+ The wiki needs to mention that python-mysql is needed in terms of using
+ mysql as backend.
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1116718
Title:
missing module reported by -l debug
Status in OpenLP - Worship Presentation Software:
Invalid
Status in OpenLP website series:
New
Bug description:
Hello,
The wiki needs to mention that python-mysql is needed in terms of
using mysql as backend.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1116718/+subscriptions
References