Jennifer, That looks like some blatantly buggy behavior in PyMOL. Strange thing is, I don't get the same behavior on the version I have installed. Thus, I may have inadvertently fixed this problem... What version of PyMOL are you using? (under Windows obviously...)
Thanks, Warren -- mailto:war...@sunesis.com Warren L. DeLano, Ph.D. Informatics Manager Sunesis Pharmaceuticals, Inc. 341 Oyster Point Blvd. S. San Francisco, CA 94080 (650)-266-3606 FAX:(650)-266-3501 > -----Original Message----- > From: Jennifer Ekstrom [mailto:jekst...@phylos.com] > Sent: Friday, September 13, 2002 9:41 AM > To: 'pymol-users@lists.sourceforge.net' > Subject: [PyMOL] PyMOL movie question > > > Hello, > I'm a new PyMOL user, and am trying to make my first > molecular movie. > > I've inserted the following into my script: > > mset 1 x120 > util.mroll(1,120,1) > set ray_trace_frames=1 > set cache_frames=0 > mclear > mpng mov > > and I'm getting the following output: > > PyMOL>mset 1 x120 > PyMOL>util.mroll(1,120,1) > PyMOL>set ray_trace_frames=1 > Setting: ray_trace_frames set to 1.00000. > PyMOL>set cache_frames=0 > Setting: cache_frames set to 0.00000. > PyMOL>mclear > PyMOL>mpng mov > Traceback (most recent call last): > File "C:\Program Files\DeLano > Scientific\PyMOL/modules\pymol\parser.py", > lin > e 126, in parse > result=apply(kw[nest][0],args[nest],kw_args[nest]) > File "C:\Program Files\DeLano > Scientific\PyMOL/modules\pymol\moving.py", > lin > e 178, in mpng > r = cmd._mpng(prefix,int(first)-1,int(last)-1) > ValueError: invalid literal for int(): mov0002.png > > > Any suggestions? > > Thanks, > Jennifer > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > PyMOL-users mailing list > PyMOL-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pymol-users >