> I have commented out most all the "quality" settings until I can figure
> this thing out.

well, if you comment out the setting for 'ray_trace_frames', it'll be
using OpenGL for rendering.  but you've launched on the command line, so
there is no OpenGL.  uncomment that line, and see if it works.

> When I submit my script on the command line as follows:
>
> pymol -cq mymovie.py >&! pymol.log&
>
> I get the following errors (one error message for each frame):
>
> ...
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
> MoviePNG-Error: Missing rendered image.
>   PyMOL: normal program termination.
>
>
> My script works fine when launched from the GUI, but when I try to
> submit it as batch mode I'm getting all these rendering errors.
>
> I would really like to get this to work so I can split up my rendering
> job over several machines.
> Should I be importing other modules at the very beginning?
>
> Thanks,
> Scott
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    Scott Classen, Ph.D.
>    ACS Postdoctoral Fellow
>    Department of Molecular & Cell Biology
>    University of California, Berkeley
>    237 Hildebrand Hall #3206
>    Berkeley, CA 94720-3206
>    LAB 510.643.9491
>    FAX 510.643.9290
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Reply via email to