Re: [PyMOL] SOLVED Re: PyMOL 2.3.2 - GUI not printing/returning values when running get, count_atoms etc

2020-01-04 Thread Aureliano Guedes
Thank you for the feedback On Sun, Jan 5, 2020 at 12:30 AM Joe Kaczmarski wrote: > Thanks Aureliano, > > I have just worked out what the issue was: I was using a new .pymolrc file > that I had got from someone else which had a line to limit the pymol > feedback: > > _ feedback disable,all,everyt

[PyMOL] SOLVED Re: PyMOL 2.3.2 - GUI not printing/returning values when running get, count_atoms etc

2020-01-04 Thread Joe Kaczmarski
Thanks Aureliano, I have just worked out what the issue was: I was using a new .pymolrc file that I had got from someone else which had a line to limit the pymol feedback: _ feedback disable,all,everything Removing this line has got rid of this problem. Joe > On 5 Jan 2020, at 4:18 pm, Aur

Re: [PyMOL] PyMOL 2.3.2 - GUI not printing/returning values when running get, count_atoms etc

2020-01-04 Thread Aureliano Guedes
Did you try: ` print(cmd.get("light_count"))`? On Sun, Jan 5, 2020 at 12:02 AM Joe Kaczmarski wrote: > Hi all, > > Pymol is not returning/printing values in the GUI command line window > after I run any command that is supposed to return/print a value (e.g. get, > count_atoms, get_viewport). > >

[PyMOL] PyMOL 2.3.2 - GUI not printing/returning values when running get, count_atoms etc

2020-01-04 Thread Joe Kaczmarski
Hi all, Pymol is not returning/printing values in the GUI command line window after I run any command that is supposed to return/print a value (e.g. get, count_atoms, get_viewport). For example, if I run >get light_count, nothing is returned. However, I can get the value to print by running