[issue10196] distutils.get_python_lib() returns /usr/local/python3/dist-packages on Ubuntu 10.10

Bruce Sherwood report at bugs.python.org
Tue Oct 26 17:47:12 CEST 2010


Bruce Sherwood <bruce.sherwood at gmail.com> added the comment:

Correction: distutils.get_python_lib() returns /usr/lib/python3/dist-packages (which does exist), while distutils.get_python_inc() returns /usr/include/python3.1. I don't understand the shadowy existence of some python3 files that are parallel to python3.1 files. But in any case, get_python_lib() and get_python_inc() are inconsistent with each other.

----------

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


More information about the Python-bugs-list mailing list