Skip to content

setup failing with AttributeError #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rico-chet opened this issue Mar 17, 2016 · 2 comments
Closed

setup failing with AttributeError #191

rico-chet opened this issue Mar 17, 2016 · 2 comments

Comments

@rico-chet
Copy link
Contributor

During setup of current develop branch, I get this error message:

Traceback (most recent call last):
File "", line 1, in
File "C:\Users\z001edxb\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 99, in
_xbuild = ""%s"" % _find_msbuild_tool("msbuild.exe")
File "C:\Users\z001edxb\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 77, in _find_msbuild_tool
hkey.Close()
AttributeError: 'NoneType' object has no attribute 'Close'

I have a WDK installed, not all of those mentioned in setup.py/_find_msbuild_tool()
using WinPython 32bit-3.5.1.2 on Win7
pull request #192

@swinstanley
Copy link
Contributor

I think its likely that #194 would resolve this. Not exactly a duplicate issue but the function is called multiple times and it very environment sensitive.

@den-run-ai
Copy link
Contributor

both of these pull requests have been cheery-picked by @tonyroberts, hence closing this issue. let us know if you still get issues @rico-chet @swinstanley

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants