-
-
Notifications
You must be signed in to change notification settings - Fork 22
kcauto does not start on macOS #401
Comments
Likely due to |
kcauto is largely untested on OSX. That said, for your current issue you can remove the two lines here: https://github.com/mrmin123/kcauto/blob/master/kcauto/gui/layout_base.py#L180-L181 and run it again. |
The |
the CLI should run without issues, the flag is as for the In order to get it running on OSX you may need to also install pyobjc |
Note that PySimpleGUI Buttons recently changed for the Mac. They are no longer tk.Button but instead ttk.Button. You can force them to be either one but for the Mac the default is ttk buttons. If using the |
CHANGELOG.md
):v8.0.0-rc1Is the issue consistent (can be reproduced consistently) or is it intermittent (only happens sometimes)?: Yes
Please provide a thorough description of the issue. Screenshots, videos, or at least a step-by-step description of what is happening in the game is typically necessary to debug.
line
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
pops error_tkinter.TclError: unknown option "-relief"
.My python is 3.7.5, tkinter version 3.6.8
Log
The text was updated successfully, but these errors were encountered: