I am using python in TextMate and I want to get user input, the code is:
f = raw_input("Please enter your search term? ")
However when I run it in TextMate the following error appear
EOF when reading a line
but no problem when I run it in console, any one has any idea?