Hey folks,
I am trying to fire up a script with pymol -r doit.pml
PyMOL>run doit.pml,main
Traceback (most recent call last):
File "/sw/lib/pymol-py25/modules/pymol/parser.py", line 334, in parse
parsing
.run_file(exp_path(layer.args[0]),__main__.__dict__,__main__.__dict__)
File "/sw/lib/pymol-py25/modules/pymol/parsing.py", line 455, in
run_file
execfile(file,global_ns,local_ns)
File "doit.pml", line 2
select resname SOL
^
SyntaxError: invalid syntax
Can't I use these commands or any ideas what I am doing wrong there? :-)
Best
Martin