You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per title, I have need to run a ktinker application through wine, and the python installer seems to crash when run through standard wine. This project would work perfectly, if only ktinker were available
The text was updated successfully, but these errors were encountered:
I get the following with a PySimpleGUI based project:
File "Z:\tmp\wenv-a17d25b9\Lib\site-packages\PySimpleGUI\PySimpleGUI.py", line 83, in <module>
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
As far as I have researched (e.g. here), I could not find a way to install tkinter as a module through pip or so (installing tk does not help). Support of this feature has to be included on installation.
wenv uses stripped-down embeddedable builds of the Python interpreter, because they are known to cause the least amount of issues on Wine. More complicated builds, including Tk for instance, have a tendency to make the entire thing shaky. From time to time I check alternatives, such as basing this stuff on conda-forge, which would drastically increase wenv's abilities, yet there is always the odd Wine issue. I am open to suggestions, PRs, etc. if they prove to work.
Per title, I have need to run a ktinker application through wine, and the python installer seems to crash when run through standard wine. This project would work perfectly, if only ktinker were available
The text was updated successfully, but these errors were encountered: