Hi,

I am having a problem passing arguments to my function from the python
shell (works fine when arguments are put on the shell from where python
was started using raw_input() )

I want to do this:

press ctrl-S to start a function
input a line of text on the python shell
function stores this text to a file.

Currently the 1st and last steps work. 2nd step works using raw_input()
if text is input in shell where pymol was started from. Is it possible
to put my text on the python shell without getting parsed? Is it easy?
(I'd rather remember ctrl-key sequences than command names)

Thanks in advance,
Indraneel

-- 
http://prodata.swmed.edu

Reply via email to