openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #09371
[Bug 789285] [NEW] OpenLP does not work with SQLAlchemy 0.7
Public bug reported:
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
** Affects: openlp
Importance: Undecided
Assignee: Raoul Snyman (raoul-snyman)
Status: New
--
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:
New
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
Follow ups
References