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

Execution failed (No module named tkinter) #8

Open
mrkaban opened this issue Oct 20, 2020 · 1 comment
Open

Execution failed (No module named tkinter) #8

mrkaban opened this issue Oct 20, 2020 · 1 comment

Comments

@mrkaban
Copy link

mrkaban commented Oct 20, 2020

Hello, the first question is how to open an existing file? you can write in the editor and you can save, but how to open it?

Now the second question, I tried a relatively simple Python script, and it supposedly completed the compilation successfully (of course, not creating a single file), but in response to the "Execute" button, it gave an error "Execution failed! (Took911ms). ln0: ImportExcept: No module named tkinter ".

Naturally, this module is present in the installed python version.
Снимок

@mrousavy
Copy link
Owner

Hi! I think tkinter simply isn't included in the IronPython runtime. Take a look at Compilers/Python, and feel free to open a Pull Request including tkinter, I'll happily merge it.

Also, to open files I think you can simply use drag and drop or the Ctrl + O shortcut, or rightclick the source file and select Open with Fiddle.

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