I have a project right now and I'm using WNCK to find the location of open windows, as well as focus them. I recently added features that require Python 3.5, but WNCK is only working with Python 2.7 or whatever I have installed. When running python3 stuff.py, I'm getting
ImportError: No module named 'wnck'
Does anyone know how I can get the wnck library for Python 3? I previously got it for python2 with sudo apt-get install python-wnck
I'm using Ubuntu, so if the answer is anything like "Can't get WNCK working, switch to X", please make sure it's not a windows only solution