简体   繁体   English

Python 3没有IDLE?

[英]No IDLE for Python 3?

I installed Python 3.1 yesterday on my Windows Vista PC, and was surprised to find that the version of IDLE is 2.6.4, for "Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32" 我昨天在我的Windows Vista PC上安装了Python 3.1,并惊讶地发现IDLE的版本是2.6.4,对于“Python 2.6.4(r264:75708,2009年10月26日,08:23:19)”[MSC v win32上的.1500 32位(英特尔)]

I was hoping to use IDLE to investigate some of the new features of Python 3... 我希望使用IDLE来研究Python 3的一些新功能......

I guess I'm stuck with the command line... 我想我被命令行困住了......

Anyone know what's up with Python 3's IDLE? 任何人都知道Python 3的IDLE是什么?

Thanks 谢谢

Got it! 得到它了! I changed the Target of the shortcut to "c:\\Python31\\pythonw.exe" "c:\\Python31\\Lib\\idlelib\\idle.pyW" (with the quotes), and now the shortcut (and shortcut key) open version 3.1.1 of IDLE. 我将快捷方式的目标更改为“c:\\ Python31 \\ pythonw.exe”“c:\\ Python31 \\ Lib \\ idlelib \\ idle.pyW”(带引号),现在快捷方式(和快捷键)打开3.1版.1的IDLE。 Idea was from the 1st answer to the question at How to start IDLE (Python editor) without using the shortcut on Windows Vista? 想法是从第一个答案到如何启动IDLE(Python编辑器)而不使用Windows Vista上的快捷方式的问题?

Type 'idle3' in the terminal window. 在终端窗口中输入'idle3'。 That should launch your copy of idle 3.1 那应该启动你的空闲3.1副本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM