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

[PyMOL] Pandas module in Pymol

2018-11-21 Thread Andreas Tosstorff
Hi all, I am trying to use pandas in a script in pymol. These are the first lines of the script: from pymol import cmd, stored, math import pandas as pd I get the following error message when running the script: 'module 'pandas' has no attribute 'plotting' File