Did the first time page, was working, then it crashed. Since then it will not load from the launcher and the terminal outputs
"Traceback (most recent call last):
File "/usr/bin/openlp", line 39, in <module>
from PyQt4 import QtCore, QtGui
ImportError: cannot import name QtCore"
I have installed everything with Qt on it and still have gotten no where .
It worked once but now it wont even load.
Comments
How did you install OpenLP?
I added the repos to the software center then installed. I tried purging and then reinstalling thorugh synaptic but that didnt help much either...
Make sure you have python-qt4, python-qt4-gl and python-qt4-phonon installed.
Can you run OpenLP in debug mode and then send us the log file please?
Ok, so i tried the debug mode but it crashes just like before and leaves no log file in either the openlp directory or the defult directory...
I'm afraid I'm at a bit of a loss as to what your problem might be. You did reinstall those packages I mentioned in my previous comment?
Can you do the following?
Run python in terminal and then the following line in python?
from PyQt4 import QtCore, QtGui
~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtCore, QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name QtCore
>>>
Thanks to the great support on the IRC fourms this is SOLVED