openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #15998
[Bug 1013215] Re: OpenLP crashes on FreeBSD due to an uncaught NotImplementedError in vlc.py
** Branch linked: lp:~raoul-snyman/openlp/bug-1013215
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1013215
Title:
OpenLP crashes on FreeBSD due to an uncaught NotImplementedError in
vlc.py
Status in OpenLP - Worship Presentation Software:
New
Bug description:
2012-06-14 10:20:24,962 root ERROR Traceback (most recent call last):
File "openlp", line 5, in <module>
pkg_resources.run_script('OpenLP==1.9.9', 'openlp.pyw')
File "build/bdist.freebsd-9.0-STABLE-i386/egg/pkg_resources.py", line 489, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "build/bdist.freebsd-9.0-STABLE-i386/egg/pkg_resources.py", line 1207, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/EGG-INFO/scripts/openlp.pyw", line 42, in <module>
main()
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/__init__.py", line 291, in main
sys.exit(app.run(qt_args))
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/__init__.py", line 130, in run
self.mainWindow = MainWindow(self.clipboard(), self.args)
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/mainwindow.py", line 576, in __init__
self.mediaController = MediaController(self)
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/media/mediacontroller.py", line 56, in __init__
self.check_available_media_players()
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/media/mediacontroller.py", line 117, in check_available_media_players
__import__(modulename, globals(), locals(), [])
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/media/vlcplayer.py", line 32, in <module>
import vlc
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/media/vlc.py", line 119, in <module>
dll, plugin_path = find_lib()
File "/usr/local/lib/python2.7/site-packages/OpenLP-1.9.9-py2.7.egg/openlp/core/ui/media/vlc.py", line 114, in find_lib
raise NotImplementedError('%s: %s not supported' % (sys.argv[0], sys.platform))
NotImplementedError: openlp: freebsd9 not supported
None
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1013215/+subscriptions
References