Powershell中的Python脚本:Remote Exception和nativeecommanderror



我刚开始学习Python编程(也是第一次使用Powershell),所以我认为我的问题是非常基本的。当我尝试在PS中运行任何Python脚本时,我得到如下所示的错误。我在网上找到的主要建议是:(1)确保我已将执行策略设置为无限制,(2)编辑我的Path以包含"c:Python27;c:Python27Scripts"。我还应该尝试什么?

   PS C:windowssystem32> 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.

这可能是由于64位/32位不匹配。假设您使用的是64位的"Powershell"或"Powershell ISE",请尝试在"Powershell (x86)"中运行python命令。

相关内容

  • 没有找到相关文章

最新更新