Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread Warren DeLano
get_wizard().set_mode("walls") wizard dele box_points turn x,-70 turn y,-30 turn z,-10 ray # end example Cheers, Warren > -Original Message- > From: Tsjerk Wassenaar [mailto:tsje...@gmail.com] > Sent: Tuesday, July 07, 2009 9:16 AM > To: jo...@uchicago.edu; pymol-users &

Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread jouko
Thanks. It works now. Original message >Date: Tue, 7 Jul 2009 18:11:56 +0200 >From: Tsjerk Wassenaar >Subject: Re: [PyMOL] unexpected EOF while parsing >To: jo...@uchicago.edu, pymol-users > >Hi Jouko, > >You were writing a python script. Now Pymol API

Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread Tsjerk Wassenaar
 both work. > > ---- Original message ---- >>Date: Tue, 7 Jul 2009 09:17:53 +0200 >>From: Tsjerk Wassenaar >>Subject: Re: [PyMOL] unexpected EOF while parsing >>To: jo...@uchicago.edu >>Cc: pymol-users@lists.sourceforge.net >> >>Hi Jouko, >> >>

Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread jouko
>From: Tsjerk Wassenaar >Subject: Re: [PyMOL] unexpected EOF while parsing >To: jo...@uchicago.edu >Cc: pymol-users@lists.sourceforge.net > >Hi Jouko, > >I think you went through the Python and Pymol tutorials a bit too fast >;) You're writing a Python script to

Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread Gerebtzoff, Gregori
] Sent: Tuesday, July 07, 2009 3:18 AM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] unexpected EOF while parsing I am new to pymol and python. I have a number of cross sections of lysozyme. I want to display them one by one, color them using a script file that I have written earlier, and

Re: [PyMOL] unexpected EOF while parsing

2009-07-07 Thread Tsjerk Wassenaar
Hi Jouko, I think you went through the Python and Pymol tutorials a bit too fast ;) You're writing a Python script to be loaded with 'run'. That means you have to adhere to Python API and can't use the Pymol specific language. E.g. you can't use 'png pdb', but have to use 'cmd.png(pdb)' in which c

[PyMOL] unexpected EOF while parsing

2009-07-06 Thread jouko
I am new to pymol and python. I have a number of cross sections of lysozyme. I want to display them one by one, color them using a script file that I have written earlier, and save the image. I have written a script file that I had hoped would do this. I have a couple problems with script file,