Hi Noel,
On Thu, 14 Mar 2013 21:41:31 +
Noel O'Boyle wrote:
> (Please cc to the list)
>
> It looks like when the bindings were generated for release, Eigen2 was
> not present. You will have to run Swig yourself to regenerate the
> bindings I'm afraid. It's pretty straightforward though. You
(Please cc to the list)
It looks like when the bindings were generated for release, Eigen2 was
not present. You will have to run Swig yourself to regenerate the
bindings I'm afraid. It's pretty straightforward though. You should
download and compile the latest version of Swig (or if you're feeling
1. Eigen3 is required for some classes such as OBAlign. See the install docs.
2. The "make install" is installing the files to where we expect. It's
not possible for us to figure out in the general case where Python
would install things (I regard this as a failure on Python's side,
rather than ours
Hi,
I compiled 2.3.2 but find that some classes, e.g. OBAlign, and possibly
other stuff is absent from openbabel.py. I passed -DRUN_SWIG=ON to
cmake and swig does create openbabel.py.
The other odd thing is that 'make install' copies openbabel.py,
pybel.py and _openbabel.so into $CMAKE_INSTALL_P