← Back to team overview

openlp-core team mailing list archive

[Bug 899487] Re: Build 1812 does not open in Ubuntu 11.10

 

Could you please paste the output of this command:

cd scripts/ && python check_dependencies.py

You probably have not installed the python-qt4-gl package.

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

-- 
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:
  New

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