← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/general into lp:openlp

 

Review: Needs Fixing
I get this traceback:

  File "./openlp.pyw", line 264, in <module>
    main()
  File "./openlp.pyw", line 258, in main
    sys.exit(app.run(qt_args))
  File "./openlp.pyw", line 122, in run
    self.mainWindow = MainWindow(self.clipboard(), self.args)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 488, in __init__
    self.setupUi(self)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 89, in setupUi
    self.liveController = SlideController(self, True)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 202, in __init__
    if QtCore.QSettings().value(self.parent.generalSettingsSection +
AttributeError: 'builtin_function_or_method' object has no attribute 'generalSettingsSection'
None

-- 
https://code.launchpad.net/~j-corwin/openlp/general/+merge/62796
Your team OpenLP Core is subscribed to branch lp:openlp.


References