openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06393
[Bug 696770] Re: openlp fails to start in ubuntu
Yes, just delete the translation files...
/usr/lib/pymodules/python2.6/openlp/i18n/*.qm
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/696770
Title:
openlp fails to start in ubuntu
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
I am using Ubuntu 10.04.1 LTS and tried to start Openlp - without
success.
I Installed Openlp from the dev ppa and actually I am running rev. 1184. I am using gnome.
starting it from the terminal does not result in a outupt, and starting it with the logging option results in the following log:
2011-01-03 09:21:28,171 openlp.core.utils.languagemanager INFO Language file: 'de' Loaded from conf file
2011-01-03 09:21:28,173 root INFO Openlp version 1.9.3 build bzr1184
2011-01-03 09:21:28,223 root INFO Screen 0 found with resolution PyQt4.QtCore.QRect(1366, 0, 800, 600)
2011-01-03 09:21:28,224 root INFO Screen 1 found with resolution PyQt4.QtCore.QRect(0, 0, 1366, 768)
2011-01-03 09:21:28,263 root ERROR Traceback (most recent call last):
File "/usr/bin/openlp", line 284, in <module>
main()
File "/usr/bin/openlp", line 278, in main
sys.exit(app.run())
File "/usr/bin/openlp", line 191, in run
self.mainWindow = MainWindow(screens, app_version)
File "/usr/lib/pymodules/python2.6/openlp/core/ui/mainwindow.py", line 533, in __init__
self.aboutForm = AboutForm(self, applicationVersion)
File "/usr/lib/pymodules/python2.6/openlp/core/ui/aboutform.py", line 49, in __init__
self.applicationVersion[u'build']
TypeError: not all arguments converted during string formatting
None
References