Kalmat
Kalmat
Hi again! In short, no. Sorry to be bearer of bad news, but Wayland doesn't allow to address the active window, so there is no way (or I was not...
Hi! Thank you again for your interest and help!!! Regarding macOS it was really tough to build a module like this. Let me please explain which problems I found and...
Hi! Sorry for my late reply. Busy days! First off, thank you for you feedback and help. Second, PyWinCtl is working fine in Manjaro. The only requirement is to use...
Thank you! If I am not wrong, hWnd=0 is typically associated to the root window, but your screenshot shows... two?!?! Apart from that, this is really weird, since I specifically...
Hi! I just uploaded a new version to PyPi (v0.4.01) which hopefully solves this issue. Please check whenever you have time and let me know if it works in your...
Hi! I've been using display_manager_lib.py in Python 3 within my own module without the need of adjusting anything else. I mean, it should work in Python 3 out-of-the-box. Nevertheless, I...
Hi! It seems to me that you need to install some python dependencies first. Try: ` python3 -m pip install pyobjc ` (Maybe you have to replace `python3` command by...
Hi! Very good idea to update the docs, thank you! I would also suggest to add a `requirements.txt` file in order to ease installation of all dependencies, just using `python...
You're absolutely right. I proposed that to the authors, but unfortunately they have no time to do it. We will patiently wait. Mi suggestion about building a `requirements.txt` file is...