SuperNinja_4965
SuperNinja_4965
I just thought I'd share that i am helping with working on a flatpak (on flathub) release for the new Arduino IDE. At the moment it only exists as a...
WSL does not support GUI's at all yet. Microsoft plan to add this feature in the future. If you are going to want to use a GUI then you are...
After a quick google i was able to find out that you can install tkinter using: `sudo apt-get install python3-tk`. I was able to install that on my version of...
Ok so far I have had no issues after insalling the module. Looks like that has appeared to fix the issue @nmk456 .
am i correct in thinking tkinter is only needed for loading the gui?
If so then can you just use an if statement to import the tkinter module only when the gui option is called?
Ok this is a bit messy and definatly is not the neatest solution. but i have thrown together a "patch" based on my comment/thought before that basically only imports and...
Ok so I have done a massive restructure of the code... It took a while. Nothing has changed only how the code is stored and how different things are called....
> Note, also need to surround the TK import in try catch because you still need to catch people asking for a GUI when its not supported. Oh while i...
Oh yeah i agree a change that massive will needs lots of looking over! It wont necessarily affect the running in most circumstances but it will make the code easier...