我刚开始学习用 Python 编写代码(也是第一次使用 Powershell),所以我认为我的问题是非常基本的。当我尝试在 PS 中运行任何 Python 脚本时,我收到如下错误。我在网上找到的主要建议是(1)确保我已将执行策略设置为不受限制,以及(2)编辑我的路径以包括"c:\Python27;c:\Python27\Scripts"
我已经完成了这两件事。我还应该尝试什么?
PS C:\windows\system32> python
python.exe : Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
At line:1 char:7
+ python <<<<
+ CategoryInfo : NotSpecified: (Python 2.7.6 (d...ntel)] on win32:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Type "help", "copyright", "credits" or "license" for more information.