Interestingly, on my OS X system, otool -L
lists the python library, but on Linux I have access to it, it seems to be left as an unsatisfied dependency and not specified in the ldd
output.
In my case, I know that it was compiled against python 2.7, but checking the strings /.../libboost_python.so
does not indicate a mention of 2.7
, and 27
only happens in malformed characters not related to the python version.
So, I came to the conclusion that this is impossible to say without looking for the differences in the API in characters between, say, versions 2.6, 2.7.
Perhaps checking a modified timestamp would narrow it down?
James
source share