On Ubuntu 11.10 I get:

Traceback (most recent call last):
  File "/home/wesley/openlp/trunk/openlp/core/ui/servicemanager.py", line 1227, 
in onMakeLive
    self.makeLive()
  File "/home/wesley/openlp/trunk/openlp/core/ui/servicemanager.py", line 1246, 
in makeLive
    self.serviceItems[item][u'service_item'], child)
  File "/home/wesley/openlp/trunk/openlp/core/ui/slidecontroller.py", line 788, 
in addServiceManagerItem
    self._processItem(item, slidenum)
  File "/home/wesley/openlp/trunk/openlp/core/ui/slidecontroller.py", line 885, 
in _processItem
    self.onMediaStart(serviceItem)
  File "/home/wesley/openlp/trunk/openlp/core/ui/slidecontroller.py", line 
1327, in onMediaStart
    file = os.path.join(item.get_frame_path(), item.get_frame_title())
NameError: global name 'os' is not defined

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/898876

Title:
  Playing media files fail

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  OpenLP 1809 on Arch Linux, I get the following traceback when
  attemtping to go live, or preview a video. Tried with multiple files
  and formats that did work with OpenLP:

  Traceback (most recent call last):
    File 
"/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 
466, in onClickPressed
      self.onLiveClick()
    File 
"/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 
508, in onLiveClick
      self.goLive()
    File 
"/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 
519, in goLive
      self.plugin.liveController.addServiceItem(serviceItem)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", 
line 762, in addServiceItem
      self._processItem(item, slideno)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", 
line 885, in _processItem
      self.onMediaStart(serviceItem)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", 
line 1327, in onMediaStart
      file = os.path.join(item.get_frame_path(), item.get_frame_title())
  NameError: global name 'os' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/898876/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to