Hi there,
I'm an absolutely newbie with OpenLP.
It's a fantastic tool, which I'm going to implement in our services.
At my first try, I'm struggling with using bible verses, as they are always are getting doubled - in preview as well, as in live view.
So that the result ist always like:
Genesis 1, 1
Genesis 1, 1
Genesis 1, 2
Genesis 1, 2
But I want to present Genesis 1, 1.2 (Verses 1 and 2)
All I tried is importing the Luther Rev. 2017 by bibleserver.com (accidently twice, but I deleted them, and imported new)
Is anyone out there able to help me from suffering?
Thanks in advance.
Have a good night ;-)
Hi I want to know where can I download TPT bible for open lp since none of the web download source have the TPT bible version
Always having this error message when ever I install and run openlp
Traceback (most recent call last):
File "/usr/bin/openlp", line 33, in <module>
sys.exit(load_entry_point('OpenLP==2.9.5', 'gui_scripts', 'openlp')())
File "/usr/lib/python3/dist-packages/openlp/__main__.py", line 75, in start
main()
File "/usr/lib/python3/dist-packages/openlp/core/app.py", line 493, in main
sys.exit(app.run(qt_args, application))
File "/usr/lib/python3/dist-packages/openlp/core/app.py", line 130, in run
Registry().execute('bootstrap_post_set_up')
File "/usr/lib/python3/dist-packages/openlp/core/common/registry.py", line 128, in execute
result = function(*args, **kwargs)
File "/usr/lib/python3/dist-packages/openlp/core/ui/settingsform.py", line 178, in bootstrap_post_set_up
self.api_tab.post_set_up()
AttributeError: 'NoneType' object has no attribute 'post_set_up'