python-gttk icon indicating copy to clipboard operation
python-gttk copied to clipboard

libgttk.so error

Open beucismis opened this issue 4 years ago • 4 comments

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

beucismis avatar Apr 04 '21 11:04 beucismis

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. 😕

rdbende avatar Apr 04 '21 15:04 rdbende

So?

beucismis avatar Apr 05 '21 13:04 beucismis

So I couldn't fix it yet.

rdbende avatar Apr 05 '21 14:04 rdbende

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!

rdbende avatar May 10 '23 20:05 rdbende