Reading this: http://blog.macromates.com/2009/interactive-input/ Did the steps:
cd /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ svn export http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735
When I press ⌘R on a simple python script using: variable = raw_input()
... it still fails like this: EOF Error: 'EOF when reading a line'
Making a simple Ruby program, I got similar error: TypeError: can't convert nil into String
The comments to the blog post seems to stray somewhat from the topic, so I couldn't figure out if there was something I was supposed to do differently ...