-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error cannot import name 'BaseDirectory' from 'xdg' #44
Comments
Hi. tomate-gtk depends on python3-xdg on Ubuntu. Did you install tomate from the repository? If so, could you confirm that the package python3-xdg is installed? |
I have installed it from repositories, the error occurs in ubuntu 21.04 with the python version that forces to install pyxdg in its latest version but this is not supported by tomato-gtk |
I tested it on a clean and updated Ubuntu 21.04 virtual machine and had no problems. The python3-xdg is the native package of pyxdg. The tomate-gtk package metadata was wrong for some time, maybe you have a bad version. You can execute the command |
Hi, Do you still have problems? |
Please open a new issue if you still have problems. |
this error happens on Ubuntu 21.04 and can be solved installing pyxdg==0.25
with :
pip install pyxdg==0.25
The text was updated successfully, but these errors were encountered: