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

Feature Request: Add ktinker support #21

Open
ngraham20 opened this issue Oct 16, 2023 · 2 comments
Open

Feature Request: Add ktinker support #21

ngraham20 opened this issue Oct 16, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ngraham20
Copy link

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

@Openuser87
Copy link

Second this.

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.

@s-m-e s-m-e added the enhancement New feature or request label Jul 18, 2024
@s-m-e
Copy link
Member

s-m-e commented Jul 18, 2024

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.

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

No branches or pull requests

3 participants