Advertisement
Guest User

Untitled

a guest
Mar 14th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. **OpenLP Bug Report**
  2. Version: {u'full': u'2.1.0-bzr2209', u'version': u'2.1.0', u'build': u'bzr2209'}
  3.  
  4. --- Details of the Exception. ---
  5.  
  6. fffffffffffffffffffffffffffffff
  7.  
  8. --- Exception Traceback ---
  9. Traceback (most recent call last):
  10. File "/home/andreas/Projects/OpenLP/exception-form/openlp/plugins/songs/forms/editsongform.py", line 821, in accept
  11. self.save_song()
  12. File "/home/andreas/Projects/OpenLP/exception-form/openlp/plugins/songs/forms/editsongform.py", line 883, in save_song
  13. clean_song(self.manager, self.song)
  14. File "/home/andreas/Projects/OpenLP/exception-form/openlp/plugins/songs/lib/__init__.py", line 450, in clean_song
  15. verses = SongXML().get_verses(song.lyrics)
  16. NameError: global name 'SongXML' is not defined
  17.  
  18. --- System information ---
  19. Plattform: Linux-3.7.10-1-ARCH-x86_64-with-glibc2.2.5
  20. Desktop: xfce
  21.  
  22. --- Library Versions ---
  23. Python: 2.7.3
  24. Qt4: 4.8.4
  25. Phonon: 4.6.0
  26. PyQt4: 4.10
  27. QtWebkit: 537.21
  28. SQLAlchemy: 0.7.9
  29. SQLAlchemy Migrate: 0.7.2
  30. BeautifulSoup: 3.2.1
  31. lxml: 3.1.0
  32. Chardet: 2.0.1
  33. PyEnchant: 1.6.5
  34. PySQLite: 1.0.1
  35. Mako: 0.7.3
  36. pyUNO bridge: -
  37. VLC: 2.0.5 Twoflower
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement