-
Notifications
You must be signed in to change notification settings - Fork 748
setup.py fails on Windows 7 / 64Bit #207
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
Comments
rnestler
added a commit
to rnestler/pythonnet
that referenced
this issue
Apr 20, 2016
While _find_msbuild_tool searches in the registry to find the given build tool, it doesn't check if it's already in PATH. If one uses a developer command prompt to build, all necessary tools are in PATH. Fixes pythonnet#207 for me
rnestler
added a commit
to rnestler/pythonnet
that referenced
this issue
Apr 20, 2016
While _find_msbuild_tool searches in the registry to find the given build tool, it doesn't check if it's already in PATH. If one uses a developer command prompt to build, all necessary tools are in PATH. Fixes pythonnet#207 for me
More system information:
|
related: |
rnestler
added a commit
to rnestler/pythonnet
that referenced
this issue
Apr 20, 2016
While _find_msbuild_tool searches in the registry to find the given build tool, it doesn't check if it's already in PATH. If one uses a developer command prompt to build, all necessary tools are in PATH. Fixes pythonnet#207 for me
tonyroberts
pushed a commit
that referenced
this issue
Jun 23, 2016
While _find_msbuild_tool searches in the registry to find the given build tool, it doesn't check if it's already in PATH. If one uses a developer command prompt to build, all necessary tools are in PATH. Fixes #207 for me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try running setup.py on my machine I get the following error:
Apparently it can't find mt.exe. I have VS2012 installed and mt.exe does exist on my system.
The text was updated successfully, but these errors were encountered: