← Back to team overview

openlp-core team mailing list archive

[Bug 789285] Re: OpenLP does not work with SQLAlchemy 0.7

 

** Changed in: openlp
       Status: Fix Committed => Fix Released

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

Title:
  OpenLP does not work with SQLAlchemy 0.7

Status in OpenLP - Worship Presentation Software:
  Fix Released

Bug description:
  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/openlp/core/lib/pluginmanager.py", line 95, in find_plugins
      __import__(modulename, globals(), locals(), [])
    File "/usr/lib/python2.7/site-packages/openlp/plugins/songs/songsplugin.py", line 36, in <module>
      from openlp.core.lib.db import Manager
    File "/usr/lib/python2.7/site-packages/openlp/core/lib/db.py", line 35, in <module>
      from sqlalchemy.exceptions import InvalidRequestError
  ImportError: No module named exceptions


References