I'm getting an error/crash when trying to use Python on my virtual server running Win 2008 Server.
Python installed without incident, and IDLE opens and the interactive widnow works fine. But when I try to open a new window and run it it crshes when trying to save.
Example:
I Select 'New Window' from the Python Idle File menu. Type in my simple test code: print(foobar test)
Then when I select Run from the top menu and try to save it in the pop up save box It it crashes, showing me an error message that 'python.exe has stopped working'. Then all IDLE windows go away and nothing is saved.