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
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 di
Michael,
Hmm...I see.
This problem arises from the differences which exist between running PyMOL
with an embedded interpreter -- PyMOL should do more to smooth out these
differences...
But in the meantime, as a workaround, fall back on __main__.pymol_argv if
sys.argv is not defined.
Cheers,
War