Python / Unix noob. On Mac OSX
Launched Python 2.7.2 for several weeks along with the Idle application. No problems.
Today I just installed Python3.0 along side 2.7 - I tested both and can still be run via Terminal.
Now when I open Idle for 2.7, it opens just fine. But when I open a new Idle application in the Python3.0 folder, the application just bounces in the document and never opens.
Error in 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
How can I open Idle for Python3.0?
python macos
Ian C.
source share