Hi,

I am trying to use OBChemTsfm in Python 3.1 with OpenBabel 2.3 . I can
access the basic parts of openbabel (OBMol) but not OBChemTsfm. My code is
as follows:

import openbabel

mol = openbabel.OBMol() #works fine
print(mol.NumAtoms()) #works fine

tsfm = openbabel.OBChemTsfm() #doesn't work

It gives the error: AttributeError: 'module' object has no attribute
'OBChemTsfm'. Are you familiar with this problem?

Thanks,
Tom
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to