Hi, 
Is there a script sample to select the resi dues around an object.
I am trying to write a script, but it doesnt work. 

from pymol import cmd
from pymol iport stored

cmd.select("name", "resi 2 and chain A", around 3.2)
stored.list=[]
cmd.iterate("name", "stored.list.append((resi, resn))")
print stored.list

cheers and thanks,

 Dong

Reply via email to