python口译器在“python”

时间:2017-06-09 07:53:39

标签: python powershell cmd interpreter

我通常使用sublime来运行我的代码,但是当我尝试使用解释器(在cmd和powershell中)时,它会打开python,然后在没有任何输入的情况下立即退出。

eg:
PS C:\Users\Lahoa\Documents> python
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
PS C:\Users\Lahoa\Documents>

正如你所看到它打开python(成功),然后退出而我无法做任何事情。谁看过这个吗?当我谷歌时,我只找到关于运行完成时自动关闭的脚本的帮助...

感谢您提供任何意见

1 个答案:

答案 0 :(得分:0)

我找到了解决方案。我们有一个脚本,可以在我的工作中为各种额外的包添加各种路径。我在其中一个导入中发现了一个错误,导致python失败但由于脚本中的try语句而没有给出错误消息。