1

When I work with graphics modules such as tkinter, easygui, and graphics.py in a shell(in terminal), I usually get this error:

8 12:37:27 Jasmines-MacBook-Pro.local Python[18090] : kCGErrorInvalidConnection: CGSGetWindowTags: Invalid connection

After which the shell is interrupted and I can't enter any more text. What is going on?

OSX 10.7.3, and Python 3.1.1 from python.org.

1
  • Which version of OS X? Which Python (Apple-supplied, python.org, other)? Commented Apr 8, 2012 at 19:48

1 Answer 1

1

Python 3.1 is obsolete and no longer maintained and the python.org OS X installers for it are linked with Tcl/Tk 8.4 which is also obsolete. Suggest installing the latest 64-bit/32-bit version of Python 3.2.x and installing the latest ActiveState Tcl/Tk 8.5. There's more information about Python and Tcl/Tk versions on Mac OS X here.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.