As I said, I installed Python 3.3 from Macports.
Now when I do an Idle searchlight search
Idle -- Python 3.3
. However, when I try to click it, nothing happens. No error is displayed or anything - it does not start.
What do you think maybe wrong?
It reminds this question: Python 3.0 - Idle wont open. He just bounces in the dock
The difference is that I do not receive error messages and use 3.3
Update:
Now I tried to install Py3.3 as the main version using macports select. Then I tried to open IDLE from the console and received the following error message:
Traceback (most recent call last): File "/opt/local/bin/idle", line 5, in <module> main() File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PyShell.py", line 1421, in main root = Tk(className="Idle") File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/tkinter/__init__.py", line 1756, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: no display name and no $DISPLAY environment variable
python macports macos
The unfun cat
source share