Discussion:
[Open Babel] install error
Saman Salike
2017-06-08 10:08:37 UTC
Permalink
Hi ,
I need to use Openbabel on python for my thesis but i am facing a lot of
difficulty in running it . I have my python sourced in 'C:\Python27x86' and
openbabel intalled in the directory 'C:\Prgoram files(x86)' . After i
installed the python bindings in the 'C:\Python27x86\Lib' folder , and
import pybel as given in the instructions , i am getting the following
error message .
​What did i miss ? kindly help me out with detailed instructions . Please
get back to me at the earliest .

Regards ,
Saman Salike
Noel O'Boyle
2017-06-09 20:42:16 UTC
Permalink
Hi Saman,

What version of Openbabel did you install, and what version of the Python
bindings, and where did you get them from?

Noel
Post by Saman Salike
Hi ,
I need to use Openbabel on python for my thesis but i am facing a lot of
difficulty in running it . I have my python sourced in 'C:\Python27x86' and
openbabel intalled in the directory 'C:\Prgoram files(x86)' . After i
installed the python bindings in the 'C:\Python27x86\Lib' folder , and
import pybel as given in the instructions , i am getting the following
error message .
​What did i miss ? kindly help me out with detailed instructions . Please
get back to me at the earliest .
Regards ,
Saman Salike
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
Noel O'Boyle
2017-06-12 11:55:47 UTC
Permalink
(Please cc the list)

The problem is that tou are using the wrong version of the Python bindings.
You need version 2.4.1. If you uninstall the bindings you've installed, and
then use "pip install openbabel" (using the pip from the Python x86
version).

- Noel
Hi ,
The open babel version was 2.4.1 , python was 32 bit 2.7. And the python
bindings are version 1.8 .
Regards ,
Saman Salike
Post by Noel O'Boyle
Hi Saman,
What version of Openbabel did you install, and what version of the Python
bindings, and where did you get them from?
Noel
Post by Saman Salike
Hi ,
I need to use Openbabel on python for my thesis but i am facing a lot of
difficulty in running it . I have my python sourced in 'C:\Python27x86' and
openbabel intalled in the directory 'C:\Prgoram files(x86)' . After i
installed the python bindings in the 'C:\Python27x86\Lib' folder , and
import pybel as given in the instructions , i am getting the following
error message .
​What did i miss ? kindly help me out with detailed instructions .
Please get back to me at the earliest .
Regards ,
Saman Salike
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
Loading...