[Open Babel] Openbabel installation on virtual envirnment

2018-01-06 Thread jaidev joshi
I have build a webapp using Django which uses openbabel but I am not able to install it on pythonvirtualenv. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.l

Re: [Open Babel] Not able to use Pybel

2018-01-06 Thread Noel O'Boyle
You need to first make sure that "import pybel" works at the Python commandline. If this is not the case, it won't work in Pycharm either. Regards, - Noel On 6 January 2018 at 06:20, Abhishek Gupta wrote: > Hello, > I'm using the Pycharm platform and have already installed the Openbabel > libra

Re: [Open Babel] Openbabel installation on virtual envirnment

2018-01-06 Thread Noel O'Boyle
I think you are asking how to use the Open Babel Python bindings within a python virtualenv. All you need to do is to install the bindings within the virtualenv. One way to do this is to use "pip install openbabel", after activating the virtualenv. I haven't tested this, but I believe it should wor