Edit : adding "import io" in iomenu.py fixed the problem indeed. Thanks a lot Terry!
Original: Like the title said : I'm using IDLE (Windows) to write scripts in python, but it won't save (ctrl+s, manual save, or the save at exit). It doesn't freeze or crash, it just doesn't save (I can tell by the * before the name of the file on the windows title). After some tries I realized that it happens only when I'm using letters with diacritics in the text (I'm French so it will be éèêàç...). As soon as I change the letters, I can save again, and therefore run the script. Notepad or the python shell still work fine.
Things that don't work :
- putting any coding in
# -*- coding: UTF-8 -*- - reinstalling python (done twice)
- restarting
I started coding only ten days ago so I'm still a newb but I guess this has something to do with encoding? It might be related to the new 3.8.4 update as it worked fine until today. I'm working on Windows 10 64 bit.
Thanks!