Re: [OpenBabel-Devel] accessing stereochemistry information in Python

2012-02-23 Thread Noel O'Boyle
What exactly are you trying to do? Unfortunately, some parts of the C++ API are not accessible from any of the language bindings due to the use of nested classes for some of the stereo (this is a limitation of SWIG). In theory there are ways around this; in practice, I couldn't figure them out. -

[OpenBabel-Devel] accessing stereochemistry information in Python

2012-02-21 Thread Gonzalo Hernandez
Hi, I know the stereochemistry has been rewritten in version 2.3 and there are examples of how to use it in C++. Is it possible to use these new stereochemistry classes in Python? Could you point me to an example? Thank you, Gonzalo On Sat, Feb 18, 2012 at 5:27 PM, Noel O'Boyle wrote: > Hey Tim,