[New-bugs-announce] [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 07:33:18 CEST 2010


New submission from Bruce Sherwood <bruce.sherwood at gmail.com>:

Using Python 3.1 installed on Ubuntu 10.10 from the package manager, distutils.get_python_lib() returns the nonexistent location /usr/local/python3/dist-packages instead of the correct location /usr/local/python3.1/dist-packages. This subversion bug is not present in distutils.get_python_inc(), which correctly returns /usr/include/python3.1.

----------
assignee: tarek
components: Distutils
messages: 119590
nosy: Bruce.Sherwood, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: distutils.get_python_lib() returns /usr/local/python3/dist-packages on Ubuntu 10.10
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list