[Scons-dev] SCons and Python 3
Dirk Bächle
tshortik at gmx.de
Tue Dec 15 18:50:51 EST 2015
Bill,
On 15.12.2015 23:07, Bill Deegan wrote:
> Dirk,
>
> Looks like the pull request blew up windows testing..
>
> http://buildbot.scons.org/builders/win7-64-vs20102.7/builds/257/steps/shell/logs/stdio
>
> Do you have access to a machine to take a look?
>
just gave this another short look, and I think I know what's wrong:
src/engine/SCons/Util.py, make ll. 587 look like this
if can_read_reg:
WinError = WindowsError
HKEY_CLASSES_ROOT = hkey_mod.HKEY_CLASSES_ROOT
such that Util.WinError gets also initialized if we can read the registry. That should help. ;)
Regards,
Dirk
More information about the Scons-dev
mailing list