univ-of-utah-marriott-library-apple / display_manager

An open-source Python library which can modify your Mac's display settings manually or automatically.
MIT License
237 stars 18 forks source link

GUI command #12

Open cyberbof opened 5 years ago

cyberbof commented 5 years ago

Hello, Im nooby with Python but I can't launch gui.py (usr/local/bin/gui.py) from command line : Traceback (most recent call last): File "./gui.py", line 454, in main() File "./gui.py", line 450, in main view.start() File "./gui.py", line 443, in start self.reloadDisplay() File "./gui.py", line 430, in reloadDisplay self.modeSelectionInit() File "./gui.py", line 226, in modeSelectionInit for mode in sorted(self.display.allModes(), reverse=True): TypeError: 'list' object is not callable

uurazzle commented 5 years ago

@cyberbof Sorry about issue and thanks for notify us. We are currently very busy with other projects and will not be able to get time to investigate this issue this soon, but will add it to our todo's and will troubleshoot and reply back as soon as we are able.