[issue1294959] Problems with /usr/lib64 builds.

Akira Kitada report at bugs.python.org
Sat Feb 28 18:32:02 CET 2009


Akira Kitada <akitada at gmail.com> added the comment:

3rd party C modules are put in site-packages,
so just having importer of 64-bit python look at lib64-dynload is not
enough for solving this.

To work around this problem, I did some hacks on my local Python to look
at lib and lib64. It worked, but just as belopolsky said, this is
wasteful and ugly.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1294959>
_______________________________________


More information about the Python-bugs-list mailing list