Hi Edward Seen after a recent pull:
D:\winapps\leo-editor>python launchLeo.py can not import leo.plugins.importers.wikimarkup can not import leo.plugins.importers.wikimarkup reading settings in D:\winapps\leo-editor\leo\config\leoSettings.leo reading settings in C:\Users\jnicoll\.leo\myLeoSettings.leo Note: sys.stdout.encoding is not UTF-8 See: https://stackoverflow.com/questions/14109024 Leo 5.6, build 20180121141749, Sun Jan 21 14:17:49 CST 2018 Git repo info: branch = master, commit = 0a36546f5664 Python 2.7.2, PyQt version 4.8.6 Windows 7 x86 (build 6.1.7601) SP1 ** isPython3: False ** caching enabled reading settings in C:\Users\jnicoll\.leo\workbook.leo Traceback (most recent call last): File "launchLeo.py", line 8, in <module> leo.core.runLeo.run() File "D:\winapps\leo-editor\leo\core\runLeo.py", line 74, in run g.app.loadManager.load(fileName, pymacs) File "D:\winapps\leo-editor\leo\core\leoApp.py", line 2216, in load g.app.gui.runMainLoop() File "D:\winapps\leo-editor\leo\plugins\qt_gui.py", line 1073, in runMainLoop g.app.gui.show_tips() File "D:\winapps\leo-editor\leo\plugins\qt_gui.py", line 1141, in show_tips m.setCheckBox(cb) AttributeError: 'QMessageBox' object has no attribute 'setCheckBox' QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 only. http://leoeditor.com/installing.html#dependencies still says Qt4 (or Qt5) is OK Thanks, Jon N -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
