Re: [Open Babel] ImportError: cannot import name 'OBElementTable' from 'openbabel' (unknown location)

2019-04-20 Thread Noel O'Boyle
The dev version will be 3.0. I've written up docs on the migration but am away from that computer right now. Looking at the Python tests ( https://github.com/openbabel/openbabel/blob/master/test/testbindings.py) I see: from openbabel import openbabel as ob ob.GetAtomicNum() o On Sat, 20 Apr

[Open Babel] ImportError: cannot import name 'OBElementTable' from 'openbabel' (unknown location)

2019-04-20 Thread Thomas Evangelidis
Greetings, I have a rather old code which was working with OpenBabel-2.4.1. However, I yesterday switched to the latest development version (I think VERSION 2.8.10) from github. https://github.com/openbabel/openbabel After installing it I got an ImportError saying that 'OBElementTable' is