[pypy-issue] [issue1382] SWIG and OpenBabel

Matthew B tracker at bugs.pypy.org
Mon Jan 28 23:32:41 CET 2013


Matthew B <mpb21 at pitt.edu> added the comment:

Ah, I have an existing vanilla installation of openbabel already installed, and there seems to be a 
conflict with it.

Is it possible to have both installations, because I would like to be able to use it with both pypy and 
regular python. Or would does the pypy installation work for regular python?

$ ldd lib/_openbabel.pypy-19.so
	linux-vdso.so.1 =>  (0x00007fff6a3ff000)
	libopenbabel.so.4 => /usr/local/lib/libopenbabel.so.4 (0x00007fc60f41f000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fc60f0ef000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc60edf2000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc60ea33000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fc60e81d000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc60e618000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fc60e401000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fc60fd5a000)

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1382>
________________________________________


More information about the pypy-issue mailing list