Re: [Open Babel] Issue

2018-01-17 Thread Noel O'Boyle
It's an old version also. The first thing I would try is the latest version. On 17 January 2018 at 07:18, Fredrik Wallner wrote: > (Please cc the list on replies since that makes it a bigger chance that > you will have a good answer) > > Hi, > > Well, if installation failed already at the build

Re: [Open Babel] Issue

2018-01-16 Thread Fredrik Wallner
(Please cc the list on replies since that makes it a bigger chance that you will have a good answer) Hi, Well, if installation failed already at the build phase it’s not at all strange that you can’t import it from Python... As I said earlier, the easiest way of using OpenBabel through Python o

Re: [Open Babel] Issue

2018-01-15 Thread Fredrik Wallner
Hi, Have you installed OpenBabel and in that case, how did you install it? If you are not used to developing/installing from source I would suggest that you use the Conda distribution of OpenBabel. Install Anaconda (Anaconda.org) and then run “conda install openbabel”. Kind regards, Fredrik O

Re: [Open Babel] issue with cairo support / having problem drawing 2D molecules

2017-02-02 Thread Noel O'Boyle
Re API, SVG is an output file format and so is used via obconversion like smiles, etc. On 2 Feb 2017 5:54 p.m., "Geoffrey Hutchison" wrote: You may have libcairo installed. The question is whether it was found when you compiled Open Babel or not. "Manually" adding files isn't going to work - ei

Re: [Open Babel] issue with cairo support / having problem drawing 2D molecules

2017-02-02 Thread Geoffrey Hutchison
You may have libcairo installed. The question is whether it was found when you compiled Open Babel or not. "Manually" adding files isn't going to work - either libcairo was found when you ran "cmake" or not. You can check with "ccmake ." and look for the CAIRO bits. I'm not sure what you mean

Re: [Open Babel] issue with cairo support / having problem drawing 2D molecules

2017-02-01 Thread Geoffrey Hutchison
> from homebrew/macports and compiling manually), include/depict/ is not > installed. If I copy this folder from the source code, I get some errors like > this which I think means I'm missing the libraries. Mac OS X does not use cairo (a Linux drawing library). If you don't have it installed,

Re: [Open Babel] Issue when using Java API in Netbeans

2013-11-21 Thread Craig James
On Thu, Nov 21, 2013 at 6:09 AM, beginner_ wrote: > After each run of a script/application the project needs to be cleaned an > recompiled. If I do not recompile I get following error: > > /Error: Could not find or load main class Files.OpenBabel-2.3.2 > Java Result: 1/ > > The same application r