Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use msbuild tools from PATH if available#208

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tonyroberts merged 1 commit intopythonnet:masterfromrnestler:use_tools_in_path
Jun 23, 2016

Conversation

rnestler
Copy link
Contributor

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

@den-run-ai
Copy link
Contributor

related:

#194

@@ -22,6 +23,10 @@


def _find_msbuild_tool(tool="msbuild.exe", use_windows_sdk=False):
path = find_executable(tool)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should be below the docstring

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Oh my god how did that happen 😮 Silly me.

While _find_msbuild_tool searches in the registry to find the givenbuild tool, it doesn't check if it's already in PATH.If one uses a developer command prompt to build, all necessary tools arein PATH.Fixespythonnet#207 for me
@rnestler
Copy link
ContributorAuthor

@denfromufa I fixed the docstring issue. Can this be merged or is something else missing?

@den-run-ai
Copy link
Contributor

@rnestler actually it is@tonyroberts who is merging pull requests for pythonnet. I'm ordinary contributor like you are :)

@tonyroberts
Copy link
Contributor

@rnestler looks fine - but the Appveyor CI tests aren't working right now, so I need to fix that before I can merge this PR.

@rnestler
Copy link
ContributorAuthor

@tonyroberts I activated AppVeyor CI onmy fork. It seems to build fine there:https://ci.appveyor.com/project/rnestler/pythonnet/build/1.0.2

@tonyrobertstonyroberts merged commit72366c6 intopythonnet:masterJun 23, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@rnestler@den-run-ai@tonyroberts

[8]ページ先頭

©2009-2025 Movatter.jp