在notepad ++中运行python脚本不起作用,其他帖子不起作用

时间:2018-05-02 16:24:04

标签: python notepad++ python-3.5

最近,(半小时前)我将Notepad ++下载到代码而不是IDLE。

为了看看是否一切顺利,我创建了这个简单的程序来测试

def test():
    print("hello")

test()

我跑了,然后一个窗户打开并立即关闭。

假设我遇到问题的答案就在这里:How to Execute a Python File in Notepad ++?我按照说明操作,我试了一下,但是没有用。然后我使用shift-RBM复制了文件路径而不是页面上的内容,并且仍然像以前一样出现错误消息:

The system cannot find the file specified.
An attempt was made to execute the below command.
-------------------------------------------------
Command: C:\Users\----\Desktop\Python
Arguments: 3.5\Python 3.5 (32-bit).Ink
"C:\Users\----\Desktop\test.py" -i
Error Code: 2
-------------------------------------------------

在此之后我来到这里并问了这个问题。对不起,如果答案在其他地方说或显而易见。

1 个答案:

答案 0 :(得分:0)

看起来有些文件夹名称中有空格。

要解决此问题,您需要在python路径之前和之后使用

示例:

_comboBox->setCompleter(0);