Hello, I believe that [RegistryInfo.lookup](https://github.com/pypa/setuptools/blob/master/setuptools/msvc.py#L433) should be except'ing WindowsError instead of IOError when it calls [open key](https://docs.python.org/2/library/_winreg.html#_winreg.OpenKey) I ran into this issue trying to install a package. Sorry if this isn't correct as I'm not familiar with this project. Thanks, David
Hello,
I believe that RegistryInfo.lookup should be except'ing WindowsError instead of IOError when it calls open key
I ran into this issue trying to install a package. Sorry if this isn't correct as I'm not familiar with this project.
Thanks,
David