Build 1812 does not open in Ubuntu 11.10

Bug #899487 reported by Wesley Stout
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Released
Critical
Raoul Snyman

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.

Related branches

Revision history for this message
Andreas Preikschat (googol-deactivatedaccount) wrote :

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
Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

Andreas, he wouldn't, because it's not a dependency in the package (yet).

Changed in openlp:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Raoul Snyman (raoul-snyman)
Changed in openlp:
status: Confirmed → Fix Committed
Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

The next nightly build should pull in this dependency.

Changed in openlp:
status: Fix Committed → Fix Released
Revision history for this message
Andreas Preikschat (googol-deactivatedaccount) wrote :

Raoul, yes might be. But when running from source you have to install it yourself ;-)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.