Solved Running Qtile in venv

I'm looking of ways to run Qtile in python venv.
I found one "how to" but I'm getting error.
Manual was for linux but I adjusted for FreeBSD

Managed to fix startup script, but cairocffi is not found but is installed.

I've uninstalled and installed again - issue still persist.
Anyone had similar problem ?
 
Last edited by a moderator:
I'd recommend that you share the startup script and error messages you're encountering. Difficult to say anything useful based off "but im getting error".
 
I'd recommend that you share the startup script and error messages you're encountering. Difficult to say anything useful based off "but im getting error".
Managed to fix startup script, but cairocffi is not found but is installed. <<--- this line contains my error.
No module named 'cairocffi'
 
Back
Top