Re: [PyMOL] Stereo Segmentation fault

2005-02-09 Thread Charles Moad
Follow up to this. At least on one machine of the machines mentioned, this script works fine when I copy/paste each line into idle. Strange Charles Moad wrote: The CVS version in linux seg faults when trying to launch this simple stereo startup script. I get this on two very different li

[PyMOL] Stereo Segmentation fault

2005-02-09 Thread Charles Moad
The CVS version in linux seg faults when trying to launch this simple stereo startup script. I get this on two very different linux distros and dependency versions. #!/usr/bin/env python # Tell PyMOL we don't want any GUI features. import __main__ __main__.pymol_argv = [ 'pymol', '-Gi' ] #