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 as you can see, after I press: ctrl + B
But, when i want to do the same with another that uses Gui code, it does not work, as you can see here:
What could be the problem? Am i missing something?
Thank you for your time and answers.