Re: [PyMOL] Pymol install on CentoOS7

2020-10-08 Thread Thomas Holder
Hi Yanni, What's your Python version? You need at least Python 3.6. If you don't have Python 3.6 available, you can try the legacy Python 2 branch: https://github.com/schrodinger/pymol-open-source/tree/py2 Cheers, Thomas > On Oct 6, 2020, at 2:53 PM, Yanni G wrote: > > Hello everyone > >

Re: [PyMOL] Rendering Unit Cell in API

2020-10-08 Thread Thomas Holder
Hi Shay, I think the unit cell is simply clipped off with how you set up the camera view. Try calling "clip" after every "zoom" call, like this: cmd.zoom(complete=1) cmd.clip("slab", 100) Cheers, Thomas > On Sep 30, 2020, at 4:42 PM, CHAUDHURI, SHAY (PGR) > wrote: > > Hi all, > > I'm