【发布时间】:2015-07-21 19:55:56
【问题描述】:
我的系统上安装了 python 3,并且可执行文件的路径已添加到 PATH。当我在 Windows PowerShell (win8.1) 中插入 python 时,它运行良好,但是我想使用 PowerShell ISE 来实现它所具有的高级功能。但是在 PowerShell ISE 中运行 python 会崩溃并显示以下日志:
python : Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
In Zeile:1 Zeichen:1
+ python
+ ~~~~~~
+ CategoryInfo : NotSpecified: (Python 3.4.3 (v...ntel)] on win32:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Type "help", "copyright", "credits" or "license" for more information.
>>>
(对不起,部分是德语)
然后我无法输入任何内容,必须按 Ctrl+C 才能返回 PowerShell。
这可能是什么问题?
【问题讨论】:
-
好的,感谢您的深入回答,如果您不想要,您可以将其发布为答案,我会接受。
-
我认为它更适合Super User。您可以在那里提问并提供新问题的链接吗?
-
也许模组可以把问题移到那里?
标签: python windows powershell powershell-ise