← Back to team overview

openlp-core team mailing list archive

[Bug 1152506] [NEW] Traceback on FTW completion

 

Public bug reported:

1) Start OpenLP
2) Run first time wizard
3) Select all plugins, no bibles, no songs, all themes

Traceback (most recent call last):
  File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py", line 645, in onFirstTimeWizardClicked
    self.first_time()
  File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py", line 617, in first_time
    plugin.first_time()
  File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py", line 246, in first_time
    self.onToolsReindexItemTriggered()
  File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py", line 164, in onToolsReindexItemTriggered
    clean_song(self.manager, song)
  File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/lib/__init__.py", line 450, in clean_song
    verses = SongXML().get_verses(song.lyrics)
NameError: global name 'SongXML' is not defined

** Affects: openlp
     Importance: Undecided
         Status: New

** Affects: openlp/trunk
     Importance: Undecided
         Status: New


** Tags: regression

** Also affects: openlp/trunk
   Importance: Undecided
       Status: New

** Tags added: regression

** Changed in: openlp/trunk
    Milestone: None => 2.1.1

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

Title:
  Traceback on FTW completion

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP trunk series:
  New

Bug description:
  1) Start OpenLP
  2) Run first time wizard
  3) Select all plugins, no bibles, no songs, all themes

  Traceback (most recent call last):
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py", line 645, in onFirstTimeWizardClicked
      self.first_time()
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py", line 617, in first_time
      plugin.first_time()
    File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py", line 246, in first_time
      self.onToolsReindexItemTriggered()
    File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py", line 164, in onToolsReindexItemTriggered
      clean_song(self.manager, song)
    File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/lib/__init__.py", line 450, in clean_song
      verses = SongXML().get_verses(song.lyrics)
  NameError: global name 'SongXML' is not defined

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


Follow ups

References