Re: [PyMOL] Linux pymol issues

2018-11-28 Thread Evgeny Osipov
Hi, Thomas, Thanks, bash> export QT_SCALE_FACTOR=1 bash> pymol works wonderful! ср, 28 нояб. 2018 г. в 15:35, Thomas Holder : > Hi Evgeny, > > Is any of the QT_*_SCALE_FACTOR variables set in your environment? Does it > help if you set for example QT_SCALE_FACTOR=1? In a bash terminal that > wo

Re: [PyMOL] Pandas module in Pymol

2018-11-28 Thread Thomas Holder
Hi Andreas, Looks like a known pandas issue, see: https://github.com/pandas-dev/pandas/issues/16536 According to that issue, upgrading pandas could help. Cheers, Thomas > On Nov 21, 2018, at 5:01 PM, Andreas Tosstorff > wrote: > > Hi all, > > I am trying to use pandas in a script in pym

Re: [PyMOL] Linux pymol issues

2018-11-28 Thread Thomas Holder
Hi Evgeny, Is any of the QT_*_SCALE_FACTOR variables set in your environment? Does it help if you set for example QT_SCALE_FACTOR=1? In a bash terminal that would be: bash> export QT_SCALE_FACTOR=1 bash> pymol See also: http://doc.qt.io/qt-5/highdpi.html#high-dpi-support-in-qt Cheers, Thomas