Aivar Annamaa
Aivar Annamaa
Can you post the minimal code for reproducing your problem? What do you get with the following script: ``` import os import sys print(sys.path) print(os.listdir("/")) print(os.listdir("/lib")) ``` ?
Do you mean this package: https://pypi.org/project/simplecalculator/ ? Are you sure you installed it via Thonny's package manager and not via Plug-ins manager?
Thank you for the report! Which Thonny version are you using? On which OS? Can you share the code?
Do you have this problem only with untitled editors or also with editors having a file name?
Thank you for the report! It looks like you have configured One Dark, but it is not available anymore (for some reason). Thonny should not choke on this, though and...
> My thonny folder has 3 folders, bin, include, lib Are you sure you selected "Tools => Open Thonny data folder" menu item?
Thank you for the suggestions! Actually, I considered adding light/dark choice to the initial welcome screen. Regarding OS preference -- recent Tk version allows querying it in macOS. Things are...
Having it in installer would be inconvenient for several reasons. First -- it would require different approach for different installers (Win, Mac, Linux). Second -- it is not obvious how...
For example: ``` 10:31:50.046 ERROR thonny.workbench: Internal error Traceback (most recent call last): File "c:\Python39-64\lib\tkinter\__init__.py", line 1892, in __call__ return self.func(*args) File "C:\workspaces\python_stuff\thonny\thonny\tktextext.py", line 243, in dispatch return fun(event) File...