From: Geoffrey H. <ge...@ge...> - 2005-10-13 14:01:42
|
On Oct 12, 2005, at 11:22 PM, Xiao Jianfeng wrote: > Then I used the command "python setup.py build" to build the python > wrapper. > I got the follwing error message: If you read the README for the Python wrapper, you'll see that you need to do a "make install" before you build the wrapper. Unfortunately, I don't know enough about the Python build scripts to have it search both the build directory and the standard system directories. But if you run "make install" for the Open Babel library, then libopenbabel will be available system-wide, including for the Python wrapper. Cheers, -Geoff |