> My only remaining issue is how to install the python bindings for this newly
> built set. I have not found instructions for how to perform that last task
> to get me where I want to be.
>
>
In theory, you need to call cmake with
-DPYTHON_BINDINGS=ON -DRUN_SWIG=ON -DSWIG_DIR=/bin
The last
All of the plugins are in the .obf files. You need to copy these to
the same directory as the .dll.
- Noel
On 21 November 2014 18:26, Dale R. Cameron wrote:
> Thanks Noel,
>
> Had to also copy over openbabel-2.dll to site-packages but the modules did
> load after that exercise. I was smiling...