That's great, but it sounds like everyone on Ubuntu 12.10 is going to
have this problem. At least we know about this now. This is ultimately
caused by the build system (CMake) which has crazy Python support, and
does not worry about things like finding Python 2.7 for some bits and
Python 3.2 for ot
You're a genius! Great!
Indeed I was trying to compile to python2.7, but in CMakeCache.txt it was
written to use python library libpython3.2.so.
After fixing all the occurrences and rebuild it, everything is working
great!
Thanks!
--
View this message in context:
http://forums.openbabel.org/P
Just FYI for those of you using Pybel.
The Pybel API has been stable for several years with no additions or
deletions. The latest release bundled with OB 2.3.2 has something new
though, the ability to set options for file format conversion.
This is done via an 'opt' dictionary, e.g. mol.write("sm
You could also just copy mol2format.cpp from 2.3.1 and replace the one in
2.3.2.
On 10 December 2012 22:47, Manuel Melle Franco wrote:
> thanks, I did need to use it so installed 2.3.1 just after I wrote to the
> list (and yes it also works for me).
>
> regards
>
> Manuel
> _