Sublime Forum

Interactive inputs sublime text

#1

Hi. I’m new to sublime and have been installing packages and build systems for basic python Usage.

I’m on my 2013 Macbook Pro and I had to make my own build system as Sublime Text was ONLY building but not giving the output with the existing Python on Mac. It currently works fine with the new build. But it doesn’t give me the desired output that I want.

Here is the example image I show:

I want it to print the name along with the message which isn’t happening after giving the input. Help/comments, please. Thanks

The same code works well in PyCharm

0 Likes

#2

To run a build that is interactive you need to install Terminus; the README on that page links to videos that describe how to convert your build to use it.

0 Likes

#3

Thanks for the response. I will look into this and get back to the forum if I face issues. Appreciate it

0 Likes