From: Albert (mailmd2011_at_gmail.com)
Date: Tue Jan 29 2013 - 01:12:23 CST

I took Caio S' advices, AtomSel command was replaced by "atomsel" in new
vesion.

thank you all the same.

best
Albert

On 01/28/2013 09:12 PM, Josh Vermaas wrote:
> Looks like you might be missing an import statement? I'm not sure what
> else is in the script, but at the top of script.py you'll need a line like:
>
> from AtomSel import *
>
> See the RMS example in the User Guide
> (http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/ug/node166.html) to see
> how VMD's python interface expects it's imports to take place.
>
> -Josh Vermaas