I'm not able to replicate your error, but I tried to create a fix
anyway. Assuming you are using recent Thonny (2.1.17 or 2.1.16) on
Windows, please download following file:
https://bitbucket.org/plas/thonny/raw/ac6756b6935b7c6603486d911461465e53709d11/thonny/running.py
You should use this to overwrite existing running.py. By default it
is located in C:\Users\<your
username>\AppData\Local\Programs\Thonny\Lib\site-packages\thonny)
Regardless of whether this fix works or not, I'd be glad to get more
information about the problem so that I can create a proper fix.
Can you please tell me which environment variables you have
currently set? You can export these like this:
1) Open System command line (eg. open start menu and type "cmd" +
Enter)
2) Note which is the current directory (most likely it is your home
folder, eg. C:\Users\Ricardo\)
3) Enter following command:
set > my_env.txt
4) Locate the file created in previous step. Open it in Notepad and
check that it doesn't contain any private information.
5) Send the file to
aivar....@gmail.com
This way I can hopefully reproduce the issue and find a fix.
best regards,
Aivar