25077667 / standalone-python

A portable standalone python for all Linux platform
Other
23 stars 6 forks source link

Tkinter does not work #5

Open repanoid opened 4 hours ago

repanoid commented 4 hours ago

Hello there, thank you for your work. tkinter does not work for me: $ tar -xf release-3.11-x86_64.tar.gz $ ./opt/python/bin/python -m tkinter Traceback (most recent call last): File "", line 189, in _run_module_as_main File "", line 148, in _get_module_details File "", line 112, in _get_module_details File "/home/local/Projects/opt/python/lib/python3.11/tkinter/init.py", line 38, in import _tkinter # If this fails your Python may not be configured for Tk ^^^^^^^^^^^^^^^ ImportError: Error loading shared library libtk8.6.so: No such file or directory (needed by /home/local/Projects/opt/python/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-musl.so)

25077667 commented 2 hours ago

@repanoid Thank you for reporting this issue. Yes, it seems to be a bug, but I presently have no time. Could you help me recompile it with that specific flag? Thanks!

repanoid commented 40 minutes ago

I could help you, but I absolutely don’t know how. Can you explain what to do?