VMD-L Mailing List
From: John Stone (johns_at_ks.uiuc.edu)
Date: Fri Mar 23 2007 - 17:17:31 CDT
- Next message: Mary Lowe: "can't read pdb file"
- Previous message: Zheng Hu: "windows version of VMD"
- In reply to: Zheng Hu: "windows version of VMD"
- Next in thread: zsinkala_at_mtsu.edu: "Re: windows version of VMD"
- Maybe reply: zsinkala_at_mtsu.edu: "Re: windows version of VMD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi,
It's not clear to me why you're getting the "user-defined command not found",
can you add a little code to help you diagnose what file is being read
in when the error occurs, probably there's a syntax error of some sort in
one of the script files you're automatically loading:
# command extensions
foreach ext [glob -nocomplain C:/vmdextensions/*.tcl] {
puts "loading file: $ext"
source $ext
}
unset ext
Cheers,
John Stone
vmd_at_ks.uiuc.edu
On Fri, Mar 23, 2007 at 02:35:29PM -0700, Zheng Hu wrote:
> Dear VMD users,
>
> Can anybody tell me how to include external scripts to windows version VMD. I modified the vmd.rc as following:
>
> # command extensions
> foreach ext [glob -nocomplain C:/vmdextensions/*.tcl] {
> source $ext
> }
> unset ext
>
>
> But it doesn't work, the user-defined command cannot be found.
>
>
> ---------------------------------
> Sucker-punch spam with award-winning protection.
> Try the free Yahoo! Mail Beta.
-- NIH Resource for Macromolecular Modeling and Bioinformatics Beckman Institute for Advanced Science and Technology University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801 Email: johns_at_ks.uiuc.edu Phone: 217-244-3349 WWW: http://www.ks.uiuc.edu/~johns/ Fax: 217-244-6078
- Next message: Mary Lowe: "can't read pdb file"
- Previous message: Zheng Hu: "windows version of VMD"
- In reply to: Zheng Hu: "windows version of VMD"
- Next in thread: zsinkala_at_mtsu.edu: "Re: windows version of VMD"
- Maybe reply: zsinkala_at_mtsu.edu: "Re: windows version of VMD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]