← Back to team overview

openlp-core team mailing list archive

[Bug 633354] Re: Song Importer Broke

 

** Changed in: openlp
       Status: In Progress => Fix Committed

** Branch linked: lp:~raoul-snyman/openlp/olp1-import

-- 
Song Importer Broke
https://bugs.launchpad.net/bugs/633354
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: Fix Committed

Bug description:
Song importer does not appear on the import menu!

relevant section of debug log:
2010-09-08 17:45:57,052 openlp.core.lib.pluginmanager                           ERROR    Failed to import module songs.songsplugin on path /home/phill/openlp/trunk/openlp/plugins/songs/songsplugin.py for reason No module named sqlite
Traceback (most recent call last):
  File "openlp/core/lib/pluginmanager.py", line 97, in find_plugins
    __import__(modulename, globals(), locals(), [])
  File "openlp/plugins/songs/songsplugin.py", line 33, in <module>
    from openlp.plugins.songs.lib import SongMediaItem, SongsTab
  File "openlp/plugins/songs/lib/__init__.py", line 98, in <module>
    from mediaitem import SongMediaItem
  File "openlp/plugins/songs/lib/mediaitem.py", line 33, in <module>
    from openlp.plugins.songs.forms import EditSongForm, SongMaintenanceForm, \
  File "openlp/plugins/songs/forms/__init__.py", line 33, in <module>
    from songimportform import ImportWizardForm
  File "openlp/plugins/songs/forms/songimportform.py", line 34, in <module>
    from openlp.plugins.songs.lib.importer import SongFormat
  File "openlp/plugins/songs/lib/importer.py", line 29, in <module>
    from olp1import import OpenLP1SongImport
  File "openlp/plugins/songs/lib/olp1import.py", line 31, in <module>
    import sqlite
ImportError: No module named sqlite
2010-09-08 17:45:57,139 openlp.core.lib.pluginmanager                           DEBUG    Importing presentations.presentationplugin from /home/phill/openlp/trunk/openlp/plugins/presentations/presentationplugin.py. Depth 9





References