Sublime Forum

Silent Build Failure

#1

I’m trying to figure out what I’m doing wrong. I am experiencing silent build failure when trying to build a Python3 script. When I run my code in the terminal, I get the output “IndexError…” and when I run my code successfully, I get output in the sublime console, but when I have an error, the sublime console displays nothing.

How do I configure my build script and/or system such that I get the error messages in the Sublime console?

System details: Sublime 3.1.1, Ubuntu 16.04

0 Likes

#2

what does your build system look like? I take it you are not using the default Python one that ships with ST?

0 Likes