简体   繁体   English

python.exe文件丢失了?

[英]python.exe file missing?

Okay, so about 6 months ago a guy built a program for my company using python. 好吧,所以大约6个月前,一个人使用python为我的公司建立了一个程序。 The program ran fine, but now all of a sudden, it doesn't work. 程序运行正常,但现在突然间,它不起作用。 The error message says it can't find python/python.exe. 错误消息说它找不到python / python.exe。 I'm just trying to figure out if this is a file that came with the python installation, or if this is something that was built by the programmer. 我只想弄清楚这是python安装附带的文件,还是这是程序员构建的。 Sorry if this is a dumb question. 对不起,如果这是一个愚蠢的问题。

Python.exe is a compiler-cum-interpreter file that comes with Python Implementation Package. Python.exe是Python Implementation Package附带的编译器兼解释器文件。 It runs the code written using the python language. 它运行使用python语言编写的代码。 You can't run python code until this is installed on your system. 在系统上安装python代码之前,您无法运行它。 I suggest you go and download Python implementation from HERE for your OS and then try running the program you were doing earlier. 我建议您从HERE下载适用于您的操作系统的Python实现,然后尝试运行您之前执行的程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM