Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57802
| From | Ned Deily <nad@acm.org> |
|---|---|
| Subject | Re: Python interactive segfaults on OS X 10.9 Mavericks |
| Date | 2013-10-28 02:03 -0700 |
| References | <nad-26BE9D.17325125102013@news.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1690.1382951032.18130.python-list@python.org> (permalink) |
In article <nad-13C89C.17244325102013@news.gmane.org>, Ned Deily <nad@acm.org> wrote: > SInce OS X 10.9 Mavericks is now out, people are running into a severe > problem > when using some Python interpreters interactively. The symptom is that the > interpreter in interactive mode crashes after typing two lines: [...] > The fix for the problem has been released in the current 3.4.0a4 installers. > It will be available in the installers for Python 3.3.3 and 2.7.6, which are > expected to be released in the near future. Release candidate installers for > both should be available by Monday. > > http://bugs.python.org/issue18458 > > Otherwise, for the most part, the transition to OS X 10.9 appears to be > relatively problem-free so far. Please open issues on the Python bug tracker > for any new problems you encounter (after doing a quick search to see if it > has already been reported!). Update: Release candidate installers for 3.3.3 and 2.7.6 are now available: http://www.python.org/download/releases/3.3.3/ http://www.python.org/download/releases/2.7.6/ In addition, a problem in the Tk 8.5 gui library that may affect users of IDLE or other tkinter-based applications running on OS X 10.9 has been fixed upstream. "rc1_rev1" installers including the fixed Tk library should be available shortly. -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python interactive segfaults on OS X 10.9 Mavericks Ned Deily <nad@acm.org> - 2013-10-28 02:03 -0700
csiph-web