gpt4 book ai didi

Python 3.1 和 Sublime Text 2 错误

转载 作者:行者123 更新时间:2023-11-30 23:46:11 25 4
gpt4 key购买 nike

我想使用 SublimeText2 作为 IDE 来开发 Python 应用程序。

我有以下问题:

当我创建一个新文件时,将其另存为 python 并执行“工具”->“构建系统”->“Python”CTRL + B

我收到此错误:

Please type your name and press enter: Traceback (most recent call last):
File "/Users/strielok/Desktop/hello.py", line 1, in <module>
personsname = raw_input("Please type your name and press enter: ")
EOFError: EOF when reading a line
[Finished]

程序代码如下:

 personsname = raw_input("Please type your name and press enter: ")
print "Hello " +personsname

但是,当我从终端运行此代码(我在 Mac 上)时,它运行得很好。

知道问题出在哪里吗?

最佳答案

安装 sublimeREPL,然后选择 Tools->sublimerepl->python

引用号: http://gimo.me/sublime-text2-skills/

关于Python 3.1 和 Sublime Text 2 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9142290/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com