Advertisement
Guest User

Untitled

a guest
Mar 14th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. **OpenLP Bug Report**
  2. Version: {u'full': u'2.1.0-bzr2141', u'version': u'2.1.0', u'build': u'bzr2141'}
  3.  
  4. --- Details of the Exception. ---
  5.  
  6. aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  7.  
  8. --- Exception Traceback ---
  9. Traceback (most recent call last):
  10. File "F:\OpenLP\exception-form\openlp\plugins\songs\forms\editsongform.py", line 821, in accept
  11. self.save_song()
  12. File "F:\OpenLP\exception-form\openlp\plugins\songs\forms\editsongform.py", line 883, in save_song
  13. clean_song(self.manager, self.song)
  14. File "F:\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. Platform: Windows-XP-5.1.2600-SP3
  20.  
  21. --- Library Versions ---
  22. Python: 2.7.3
  23. Qt4: 4.8.4
  24. Phonon: 4.4.0
  25. PyQt4: 4.10
  26. QtWebkit: 534.34
  27. SQLAlchemy: 0.8.0b2
  28. SQLAlchemy Migrate: 0.7.2
  29. BeautifulSoup: 3.2.1
  30. lxml: 2.3.0
  31. Chardet: 2.1.1
  32. PyEnchant: 1.6.5
  33. PySQLite: -
  34. Mako: 0.7.3
  35. pyUNO bridge: -
  36. VLC: 2.0.5 Twoflower
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement