← Back to team overview

openlp-core team mailing list archive

[Bug 1088459] [NEW] exporting song

 

Public bug reported:

Kubuntu 12.10
OpenLP 2.0
It gieves me an erorr masage when I try to export a song. Song exporting wizart don't start at all.


Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/songsplugin.py", line 167, in onSongExportItemClicked
    self.mediaItem.onExportClick()
  File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/lib/mediaitem.py", line 383, in onExportClick
    self.exportWizard.exec_()
  File "/usr/lib/pymodules/python2.7/openlp/core/ui/wizard.py", line 170, in exec_
    self.setDefaults()
  File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/forms/songexportform.py", line 257, in setDefaults
    cmp=locale_direct_compare, key=lambda song: song.sort_string)
  File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/forms/songexportform.py", line 257, in <lambda>
    cmp=locale_direct_compare, key=lambda song: song.sort_string)
AttributeError: 'Song' object has no attribute 'sort_string'

** Affects: openlp
     Importance: Undecided
         Status: New

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

Title:
  exporting song

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Kubuntu 12.10
  OpenLP 2.0
  It gieves me an erorr masage when I try to export a song. Song exporting wizart don't start at all.

  
  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/songsplugin.py", line 167, in onSongExportItemClicked
      self.mediaItem.onExportClick()
    File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/lib/mediaitem.py", line 383, in onExportClick
      self.exportWizard.exec_()
    File "/usr/lib/pymodules/python2.7/openlp/core/ui/wizard.py", line 170, in exec_
      self.setDefaults()
    File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/forms/songexportform.py", line 257, in setDefaults
      cmp=locale_direct_compare, key=lambda song: song.sort_string)
    File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/forms/songexportform.py", line 257, in <lambda>
      cmp=locale_direct_compare, key=lambda song: song.sort_string)
  AttributeError: 'Song' object has no attribute 'sort_string'

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


Follow ups

References