Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21708 - [openbabel] python bindings does not work properly
Attached to Project:
Arch Linux
Opened by Hector Mtz-Seara Monne (hseara) - Monday, 15 November 2010, 22:04 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 17 November 2010, 10:47 GMT
Opened by Hector Mtz-Seara Monne (hseara) - Monday, 15 November 2010, 22:04 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 17 November 2010, 10:47 GMT
|
DetailsDescription:
Openbabel package fails to use properly the python bindings. See the error message when importing the pybel package in idle (same in openbabel): ############################# Python 3.1.2 (r312:79147, Oct 4 2010, 12:35:40) [GCC 4.5.1] on linux2 Type "copyright", "credits" or "license()" for more information. >>> import pybel Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import pybel File "/usr/lib/python3.1/site-packages/pybel.py", line 16, in <module> import openbabel as ob File "/usr/lib/python3.1/site-packages/openbabel.py", line 56, in <module> _openbabel = swig_import_helper() File "/usr/lib/python3.1/site-packages/openbabel.py", line 52, in swig_import_helper _mod = imp.load_module('_openbabel', fp, pathname, description) ImportError: /usr/lib/python3.1/site-packages/_openbabel.so: undefined symbol: _ZTVN9OpenBabel22OBEnergyConformerScoreE ################### The python bindings installation seems okay (python-openbabel and python2-openbabel). Just reinstalling openbabel using the PKGBUILD of abs solves the problem with further modification in my computer. Additional info: * package version(s) openbabel 3.2.0-1 * config and/or log files etc. Steps to reproduce: It happens alway to me. If you need any further information please let me know. |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Wednesday, 17 November 2010, 10:47 GMT
Reason for closing: Fixed
Additional comments about closing: openbabel 2.3.0-2
Wednesday, 17 November 2010, 10:47 GMT
Reason for closing: Fixed
Additional comments about closing: openbabel 2.3.0-2
I rebuilt only openbabel and this does not help here. I am using python2.