Textmates:
I would like to run a simple python program in Textmate
name = raw_input('What is your name?\n')print 'Hi, %s.' % name
Is this possible?
Thanks....
Bill
Seems like just set language to python, then hit command R for run
(other options you can see under “Python” in the bundles menu
On 24 May 2012, at 10:30 AM, Bill Gibson aemq000@gmail.com wrote:
Textmates:
I would like to run a simple python program in Textmate
name = raw_input('What is your name?\n') print 'Hi, %s.' % name
Is this possible?
Thanks....
Bill
Bill Gibson John Converse Professor of Economics Economics UVM Burlington, VT 05405 On the web: www.uvm.edu/~wgibson
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
You can use the Python bundle to run it in a terminal (Cmd+Shift+R). The normal run script command in the python bundle (Cmd+R) won't work, as this won't let you put any input in...
On Thu, May 24, 2012 at 10:30 AM, Bill Gibson aemq000@gmail.com wrote:
Textmates:
I would like to run a simple python program in Textmate
name = raw_input('What is your name?\n') print 'Hi, %s.' % name
Is this possible?
Thanks....
Bill
Bill Gibson John Converse Professor of Economics Economics UVM Burlington, VT 05405 On the web: www.uvm.edu/~wgibson
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate