# 需要导入模块: import sys [as 别名]# 或者: from sys importwinver[as 别名]def_find_localserver_exe(mustfind):ifnotsys.platform.startswith("win32"):returnsys.executableifpythoncom.__file__.find("_d") <0: exeBaseName ="pythonw.exe"else: exeBaseName ="pythonw_d.exe"# First see if...
#define MS_DLL_ID "$(SysWinVer)" #define PYTHON_DLL_NAME "$(PyDllName).dll" '/> <ItemGroup> Expand Down 8 changes: 6 additions & 2 deletions8PCbuild/python.props Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ ...