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
(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
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 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
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
> 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,
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