Package: scons
Version: 0.96.93-2
Severity: minor
Tag: patch
The manpage of scons says:
Or you may explicitly propagate the invoking user's complete external
environment:
import os
env = Environment(ENV = os.environ['PATH'])
This is wrong as os.environ['PATH'] will be a str (if existent) and not
a dict. The line should probably look like:
env = Environment(ENV = os.environ)
Helmut
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages scons depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-central 0.5.12 register and build utility for Pyt
scons recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]