← Back to team overview

openlp-core team mailing list archive

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

 

** Changed in: openlp
    Milestone: None => 1.9.7

** Changed in: openlp
   Importance: Undecided => Medium

** Changed in: openlp
       Status: New => Confirmed

** Changed in: openlp
       Status: Confirmed => In Progress

** Branch linked: lp:~raoul-snyman/openlp/bug-789285

-- 
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:
  In Progress

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