在 Windows 7 环境中无法找到 pythonXX.dll

在 Windows 7 环境中无法找到 pythonXX.dll

我有一个在虚拟 python 环境中运行的应用程序,我需要做的是找到pythonXX.dll(xx 是版本),我做了一些研究,发现它应该在 c:\windows\system 中,但是当我尝试寻找它时,它不在那里。

C:\Users\z-perkins-thomas\Desktop\work_tool>where python**.***
C:\Windows\System32\pythoncom27.dll
C:\Windows\System32\pythoncomloader27.dll
C:\Python27\python.exe
C:\Python27\pythonw.exe

C:\Users\z-perkins-thomas\Desktop\work_tool>

dll如您所见,除非是上述情况之一,否则我似乎没有。我已检查以下内容:

  • python27\Lib
  • python27\DLLs
  • %systemroot%\syswow64
  • python27\libs

似乎无处可寻,我找不到它有什么原因吗,还是它根本就不存在?


嗯..我dll在这里找到了该文件:C:\Users\z-perkins-thomas\rest-api\Scripts\python27.dll但这并不能解释为什么我能成功运行python脚本?

相关内容