When I use command + R to run my Python code in TextMate under Mac OS X, I receive the follow output:
Program terminated by uncaught signal #10 after 0.32 seconds.
However when running my code with command + shift + R in Terminal, it works properly.
Does anyone have a similar problem? How did you fix it?
I had this problem in the past, but after reformatting my Mac, it worked properly again. However I had to reformat my Mac once again and the problem reappeared.
which pythongive you? Maybe TextMate uses an older version because its PATH isn't set correctly. I've had those problems with Ruby and TextMate. – slhck♦ Apr 4 '11 at 7:48