Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-08 Thread Sebastian Rittau
On Mon, Mar 03, 2008 at 02:26:38PM +0100, Matthias Klose wrote: The new site.py from python2.4-minimal does not include the Python include paths in /usr/local. It does for me (the code is in /etc/python2.4/sitecustomize.py): $ python Python 2.4.4 (#2, Mar 3 2008, 01:33:03) [GCC 4.2.3

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-04 Thread Allen Chan
If the /usr/local paths cannot go back into site.py, it would be nice if the default sitecustomize.py would parse and process *.pth files in order to maintain consistency with version 2.4.4-7 and earlier of this package. Attached is a copy of my modified sitecustomize.py that parses the *.pth

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-04 Thread Matthias Klose
Allen Chan writes: If the /usr/local paths cannot go back into site.py, it would be nice if the default sitecustomize.py would parse and process *.pth files in order to maintain consistency with version 2.4.4-7 and earlier of this package. Attached is a copy of my modified

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-03 Thread Sebastian Rittau
Package: python2.4-minimal Version: 2.4.4-8 Severity: normal The new site.py from python2.4-minimal does not include the Python include paths in /usr/local. The relevant diff between /etc/python2.4/site.py and /usr/lib/python2.4/site.py: --- /etc/python2.4/site.py 2007-08-16

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-03 Thread Matthias Klose
Sebastian Rittau writes: Package: python2.4-minimal Version: 2.4.4-8 Severity: normal The new site.py from python2.4-minimal does not include the Python include paths in /usr/local. It does for me (the code is in /etc/python2.4/sitecustomize.py): $ python Python 2.4.4 (#2, Mar 3 2008,

Bug#469157: python2.4-minimal: site.py doesn't include /usr/local paths

2008-03-03 Thread Allen Chan
Although the new /etc/python2.4-sitecustomize.py specifically inserts /usr/local/lib/python2.4/site-packages into sys.path before /usr/local/python2.4/site-packages, it does not process any *.pth files located in /usr/local/lib/python2.4/site-packages. This breaks some local setups, including