Tim has a quick fix to get the song plugin back. Ultimately needs a proper solution so that when sqlite isn't available, the openlp.org v1 option is either disabled or gives a message saying it isn't available, and why. (It would currently stacktrace when this option is accessed)
-- 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: Confirmed 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 _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp