[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/easy_install.py
Fix for bug #84866; correct reference to the executable.
Nathan Yergler
nathan at yergler.net
Mon Feb 26 11:31:23 EST 2007
Log message for revision 72819:
Fix for bug #84866; correct reference to the executable.
Changed:
U zc.buildout/trunk/src/zc/buildout/easy_install.py
-=-
Modified: zc.buildout/trunk/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/easy_install.py 2007-02-26 16:25:42 UTC (rev 72818)
+++ zc.buildout/trunk/src/zc/buildout/easy_install.py 2007-02-26 16:31:22 UTC (rev 72819)
@@ -226,7 +226,7 @@
if level <= logging.DEBUG:
logger.debug('Running easy_install:\n%s "%s"\npath=%s\n',
- executable, '" "'.join(args), path)
+ self._executable, '" "'.join(args), path)
args += (dict(os.environ, PYTHONPATH=path), )
sys.stdout.flush() # We want any pending output first
More information about the Checkins
mailing list