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

_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to