Sublime Forum

[SOLVED] Python console and Build System doesnt work

#1

Hi,

i’m using Sublime Text 2.0.2, Build 2221 on a Windows 7 x64 machine.
I tried to create a custom build system but it didn’t output anything to the “build results” window nor to the console
I then tried the default Make Build System which ships with ST2 but it didn’t work either, again no output whatsoever.

The buildin Python Interpreter doesn’t output anything, too. I tried a simple print “test” in the console but i only get “>>>” as response

I uninstalled st2 and reinstalled it again, but no change.

I know it worked in the past. Are there any log files or sth. i can check to find the problem?

0 Likes

#2

I solved the problem.
For anyone interested here is what i did:

[quote]Uninstall sublime
Delete the folder with the sublime settings and packages. On windows the path is $USERPROFILE\AppData\Roaming\Sublime Text 2
Reinstall sublime[/quote]

I haven’t found the root of the problem, maybe a plugin messed up the sublime stdout or something.

0 Likes