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

Blank response for "show" #23

Closed arhoads76 closed 2 years ago

arhoads76 commented 2 years ago

I'm not sure what's causing this. I'm running macOS Catalina. When I run the "show" command I get nothing.

% ./display_manager.py show %

Thoughts?

arhoads76 commented 2 years ago

It looks like a permission issue for iTerm. It worked fine when I tried it with Terminal.

uurazzle commented 2 years ago

Hi @arhoads76:

Sorry, you are having issues. Do you have python installed? Which version?

python --version

This project was developed against python 2.7, so, python 3.x might have issues and it's hasn't been a priority and we haven't had time to test against newer python releases.