Skip to content Skip to sidebar Skip to footer

Sublime Text Interpreter Does Not Work With Gui

I was using sublime text 2 to write some python code, and i configured to use the interpreter for python. So, i noticed that for simple code like this: The interpreter works fine

Solution 1:

SublimeText's default build systems suppress GUIs in Windows.

You can use Console Exec or write a custom build system to allow GUI execution.

 

Here's an example of a build system I developed for personal use.

Post a Comment for "Sublime Text Interpreter Does Not Work With Gui"