Skip to content
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

libgttk.so error #2

Open
beucismis opened this issue Apr 4, 2021 · 4 comments
Open

libgttk.so error #2

beucismis opened this issue Apr 4, 2021 · 4 comments

Comments

@beucismis
Copy link

Traceback (most recent call last):
  File "/home/adil/Projects/tkodo/tkodo/test.py", line 6, in <module>
    gttk = GTTK(window, theme="Adwaita-dark")
  File "/home/adil/.local/lib/python3.9/site-packages/gttk/__init__.py", line 71, in __init__
    self.tk.call("package", "require", "ttk::theme::gttk")
_tkinter.TclError: couldn't load file "/home/adil/.local/lib/python3.9/site-packages/gttk/libgttk.so": /home/adil/.local/lib/python3.9/site-packages/gttk/libgttk.so: cannot open shared object file: No such file or directory
@rdbende
Copy link
Member

rdbende commented Apr 4, 2021

I got the same error message. In /home/user/.local/lib/python3.9/site-packages/gttk/ there are only .dll files that don't work under Linux. 😕

@beucismis
Copy link
Author

So?

@rdbende
Copy link
Member

rdbende commented Apr 5, 2021

So I couldn't fix it yet.

@rdbende
Copy link
Member

rdbende commented May 10, 2023

I just noticed this in the README:

Wheels

Currently, wheels are provided for Windows. The Linux wheels are built with Travis-CI and are thus not manylinux wheels. Therefore, building yourself is recommended when using Linux (either from the source dist from PyPI or this repository). Feel free to open an issue if you encounter any problems building!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants