Submitter | Adrian Buehlmann |
---|---|
Date | Oct. 14, 2015, 10:38 a.m. |
Message ID | <0bda366cf908c3ed6b67.1444819094@kork> |
Download | mbox | patch |
Permalink | /patch/11045/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/exewrapper.c b/mercurial/exewrapper.c --- a/mercurial/exewrapper.c +++ b/mercurial/exewrapper.c @@ -90,7 +90,8 @@ strcat_s(pydllfile, sizeof(pydllfile), "\\" HGPYTHONLIB); pydll = LoadLibrary(pydllfile); if (pydll == NULL) { - err = "failed to load private Python DLL"; + err = "failed to load private Python DLL " + HGPYTHONLIB ".dll"; goto bail; } Py_SetPythonHome = (void*)GetProcAddress(pydll,