← Back to team overview

openlp-core team mailing list archive

[Bug 1326664] Re: Can't import EasyWorship DB

 

I'm pretty sure the problem is that filenames on linux is casesensitive,
while they aren't on windows and mac. We look for Songs.DB and Songs.MB.

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

Title:
  Can't import EasyWorship DB

Status in OpenLP - Worship Presentation Software:
  Confirmed
Status in OpenLP 2.0 series:
  Confirmed
Status in OpenLP trunk series:
  Confirmed

Bug description:
  The database that causes this error can be found here:
  http://support.openlp.org/scp/tickets.php?id=2366

  Traceback (most recent call last):
  File "/usr/share/openlp/openlp/core/ui/wizard.py", line 187, in
  onCurrentIdChanged
  self.performWizard()
  File "/usr/share/openlp/openlp/plugins/songs/forms/songimportform.py",
  line 390, in performWizard
  importer.doImport()
  File "/usr/share/openlp/openlp/plugins/songs/lib/ewimport.py", line 159,
  in doImport
  words = self.getField(fi_words)
  File "/usr/share/openlp/openlp/plugins/songs/lib/ewimport.py", line 293,
  in getField
  memo_block_type, = struct.unpack('b', self.memoFile.read(1))
  error: unpack requires a string argument of length 1

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


References