Hi Torsten,
I noticed you've made some changes to macleod -- I actually have a new MacBook and was trying to install the latest version of macleod on this new computer.
I came across this error message:
Traceback (most recent call last): File "gui_beta/gui_main.py", line 284, in <module> window = MacleodWindow() File "gui_beta/gui_main.py", line 40, in __init__ self.setup_widgets() File "gui_beta/gui_main.py", line 45, in setup_widgets self.editor_pane = gui_widgets.TabController(self, self.ontologies) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_widgets.py", line 16, in __init__ self.add_file() File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_widgets.py", line 32, in add_file gui_highlighter.CLIFSyntaxHighlighter(new_tab, None, None) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_highlighter.py", line 24, in __init__ self.format_predicate.setForeground(get_color("color_predicate")) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_highlighter.py", line 93, in get_color return QColor(filemgt.read_config("gui", setting_name, filemgt.config_file)) AttributeError: module 'macleod.Filemgt' has no attribute 'config_file'
(Screenshot enclosed below.)
Does gui_beta work with the changes that you've made? Or should I try gui_alpha? I have both Python 2.7.10 and Python 3.7.2 installed on this new machine.

Hi Torsten,
I noticed you've made some changes to macleod -- I actually have a new MacBook and was trying to install the latest version of macleod on this new computer.
I came across this error message:
Traceback (most recent call last): File "gui_beta/gui_main.py", line 284, in <module> window = MacleodWindow() File "gui_beta/gui_main.py", line 40, in __init__ self.setup_widgets() File "gui_beta/gui_main.py", line 45, in setup_widgets self.editor_pane = gui_widgets.TabController(self, self.ontologies) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_widgets.py", line 16, in __init__ self.add_file() File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_widgets.py", line 32, in add_file gui_highlighter.CLIFSyntaxHighlighter(new_tab, None, None) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_highlighter.py", line 24, in __init__ self.format_predicate.setForeground(get_color("color_predicate")) File "/Users/cchui/Documents/GitHub/macleod/macleod/gui/gui_beta/gui_highlighter.py", line 93, in get_color return QColor(filemgt.read_config("gui", setting_name, filemgt.config_file)) AttributeError: module 'macleod.Filemgt' has no attribute 'config_file'(Screenshot enclosed below.)
Does gui_beta work with the changes that you've made? Or should I try gui_alpha? I have both Python 2.7.10 and Python 3.7.2 installed on this new machine.