First time here? Check out the FAQ!

Revision history  [back]

It is annoying to 'force quit' the window every time. Why it is happening in Wing 101?

If you're running it in the Python Shell, then restarting the shell should close the window.  You can probably just check on the Auto-restart When Evaluate File in the Python Shell's Options menu so this happens automatically. If you're debugging, killing the debug process or restarting debug should close the old window.

How can I tell Wing 101 to use the latest version of Tcl/Tk, 8.6.4, which I have installed?

 Set the Python Executable in Configure Python from the Source menu to the value of sys.executable in IDLE (do 'import sys' followed by 'sys.executable' to see that).

  1. It is annoying to 'force quit' the window every time. Why it is happening in Wing 101?

    101? If you're running it in the Python Shell, then restarting the shell should close the window.  You can probably just check on the Auto-restart When Evaluate File in the Python Shell's Options menu so this happens automatically. If you're debugging, killing the debug process or restarting debug should close the old window.

  2. How can I tell Wing 101 to use the latest version of Tcl/Tk, 8.6.4, which I have installed?

    installed?  Set the Python Executable in Configure Python from the Source menu to the value of sys.executable in IDLE (do 'import sys' followed by 'sys.executable' to see that).

    that).