[PyMOL] cannot run Pymol as standard user

2016-02-11 Thread Yanni
Hello everyone I'm new to Pymol and I'm having problems running it as a standard user. I have a mac mini and I installed Pymol using homeBrew, the free package manager for OSX. The installation was done while logged in as administrator and it works fine but when I login as a standard user and t

Re: [PyMOL] weird behavior with renitialize

2016-02-11 Thread Thomas Holder
Hi Blaine, I confirm, this is a regression bug in PyMOL 1.6. This will only happen when using PyMOL commands, not when doing the same thing with a Python script. Here is an equivalent replacement for your alias: python from pymol import cmd, preset @cmd.extend def q1(): cmd.reinitialize()