Re: [PyMOL] movie script

2007-08-14 Thread Tsjerk Wassenaar
Hi Hasan, Start with the structures superimposed and translate/rotate one/both away from the/each other. Glue the images together in reversed order and no one will see the difference... By the way, it might be nice to start with small translations/rotations and have them increase quadratically in

[PyMOL] Why can't I get to sys.argv on Linux?

2007-08-14 Thread Michael Lerner
Hi, I'm using PyMOL as a front end to a few scripts. So, I need to get my hands on sys.argv to process the command-line arguments. On OS X, everything works just like I'd expect. However, on Linux, I can't get sys.argv. Here's a very simple Python script: #!/usr/bin/env python import sys print