Re: [Rdkit-devel] failing with rdkit.Chem.PyMol.MolViewer()

2016-01-05 Thread Greg Landrum
Hi Zhenquan, Did you start PyMol with the "-R" flag so that it is running the xmlrpc server? You can verify this by looking in the PyMol console for text like this: "xml-rpc server running on host localhost, port 9123" -greg On Wed, Jan 6, 2016 at 2:16 AM, Zhenquan Hu wrote: > Dear all, > >

[Rdkit-devel] failing with rdkit.Chem.PyMol.MolViewer()

2016-01-05 Thread Zhenquan Hu
Dear all, Recently I tried to install RDKit on ubuntu-14.04/CentOS7.1. First I tried with the pre-build version, then compiled with the git source code. Neither could call the module Chem.PyMol.MolViewer(). It looks like something wrong with xmlrpc, but I have no idea about the detail. Anyone kno