openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13010
[Bug 899487] Re: Build 1812 does not open in Ubuntu 11.10
Raoul, yes might be. But when running from source you have to install it
yourself ;-)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/899487
Title:
Build 1812 does not open in Ubuntu 11.10
Status in OpenLP - Worship Presentation Software:
Fix Released
Bug description:
Attempting to run build 1812 out of trunk on Ubuntu 11.10. I get the
following traceback in the terminal:
Traceback (most recent call last):
File "./openlp.pyw", line 35, in <module>
from openlp.core import main
File "/home/wesley/openlp/trunk/openlp/__init__.py", line 31, in <module>
import core
File "/home/wesley/openlp/trunk/openlp/core/__init__.py", line 43, in <module>
from openlp.core.lib import Receiver, check_directory_exists
File "/home/wesley/openlp/trunk/openlp/core/lib/__init__.py", line 310, in <module>
from dockwidget import OpenLPDockWidget
File "/home/wesley/openlp/trunk/openlp/core/lib/dockwidget.py", line 36, in <module>
from openlp.core.ui import ScreenList
File "/home/wesley/openlp/trunk/openlp/core/ui/__init__.py", line 80, in <module>
from maindisplay import MainDisplay, Display
File "/home/wesley/openlp/trunk/openlp/core/ui/maindisplay.py", line 34, in <module>
from PyQt4 import QtCore, QtGui, QtWebKit, QtOpenGL
ImportError: cannot import name QtOpenGL
Ran in debug also but no events passed to openlp.log
I am also running OpenLP via the dev ppa, but it is not up to revision
1812 and it runs without issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/899487/+subscriptions
References