I've just come back to doing some more Python learning... but today when I have a Python file loaded and hit F7 in Sublime I get a blank Output Panel.
I still have build system set as Python, the file type is .py and python.exe is set correctly in my Windows path... this used to work fine. If I look in the Console I can see Sublime trying to execute the files and if I copy these lines into a command prompt they run just fine:
- Code: Select all
running command "C:/Python25/python.exe" "D:\Documents\Programming\python\02-trivia.py" from directory D:\Documents\Programming\python
exec: trying C:\Windows\system32\cmd.exe /A /S /C ""C:/Python25/python.exe" "D:\Documents\Programming\python\02-trivia.py""
I also just tried on my laptop with the same result. The only change I can think that has happened since my previous posts here is that I've upgraded to Sublime 1.3 (also just tried the latest beta with same result).
Can someone else confirm if this is happening for them? I'm confused! (Or have done something stupid!)