Python / Unix noob。在Mac OSX上。
运行Python 2.7.2几周,以及Idle app。没问题。
今天我刚刚在2.7侧安装了Python3.0 - 两者都经过测试,仍然可以通过终端运行。
现在当我打开Idle for 2.7时,它打开就好了。但是当我在Python3.0文件夹中打开新的Idle应用程序时,该应用程序只会在文档中弹跳并且永远不会打开。
Console的错误如下:
12/2/11 11:57:13.612 PM com.apple.launchd.peruser.501:
([0x0-0x38038].org.python.IDLE[313])
posix_spawn("/Applications/Python-3.0/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE", ...):
No such file or directory
如何为Python3.0打开空闲状态?