Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66939
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; 'incompatible': 0.07; 'tkinter': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:releases': 0.09; 'api': 0.11; 'python': 0.11; 'url:download': 0.12; '(actually': 0.16; '23,': 0.16; 'python-dev,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:mac': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'header:User-Agent:1': 0.23; 'earlier': 0.24; 'versions': 0.24; '(or': 0.24; 'primary': 0.26; 'header:X-Complaints-To:1': 0.27; 'point': 0.28; 'fixed': 0.29; 'chris': 0.29; 'crash': 0.31; 'python.org': 0.32; 'url:python': 0.33; 'running': 0.33; 'could': 0.34; 'possible.': 0.35; 'but': 0.35; 'idle': 0.36; 'charset:us- ascii': 0.36; 'url:org': 0.36; 'list': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:3': 0.61; 'note:': 0.66; 'latest': 0.67; 'subject:. ': 0.67; 'url:4': 0.69; 'received:204': 0.75; 'article': 0.77; 'received:204.14': 0.84; 'subject:Development': 0.95 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ned Deily <nad@acm.org> |
| Subject | Re: Mac vs. Linux for Python Development |
| Date | Sun, 23 Feb 2014 03:49:22 -0800 |
| References | <2465a8c7-ce0e-4606-ad3b-9135c96e3e4c@googlegroups.com> <mailman.7281.1393145916.18130.python-list@python.org> <966f68f1-a50a-496e-8126-691c4eeab258@googlegroups.com> <CAPTjJmpHGkJ=N+wwWkpaTmbihbN38yWm+_6J7zf5+UvA_DXJ4A@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.14.154.233 |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7288.1393156174.18130.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1393156174 news.xs4all.nl 2880 [2001:888:2000:d::a6]:59853 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66939 |
Show key headers only | View raw
In article <CAPTjJmpHGkJ=N+wwWkpaTmbihbN38yWm+_6J7zf5+UvA_DXJ4A@mail.gmail.com>, Chris Angelico <rosuav@gmail.com> wrote: > On Sun, Feb 23, 2014 at 9:17 PM, twiz <twizansk@gmail.com> wrote: > > Can you elaborate on some of the problems running python on OSX (or point > > me to a relavant link)? > > You could poke around on the archives of this list and python-dev, but > the best link I have handy is this, which has only a brief note: > > http://www.python.org/download/releases/3.3.4/ The primary issue for 10.9 was an incompatible change in the system libedit's readline compatibility API which could cause Pythons built on earlier versions of OS X to crash on 10.9 when used interactively. Fixed in the current 2.7.6 and 3.3.4 and 3.4.0rc python.org installers. Also, if you are going to use IDLE or Tkinter with a python.org Python, make sure you have the latest ActiveTcl 8.5.15.0 (actually .1) installed, if possible. http://www.python.org/download/mac/tcltk/ -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Mac vs. Linux for Python Development twiz <twizansk@gmail.com> - 2014-02-23 00:43 -0800
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-02-23 19:58 +1100
Re: Mac vs. Linux for Python Development twiz <twizansk@gmail.com> - 2014-02-23 02:17 -0800
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-02-23 21:24 +1100
Re: Mac vs. Linux for Python Development Ned Deily <nad@acm.org> - 2014-02-23 03:49 -0800
Re: Mac vs. Linux for Python Development Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2014-02-23 11:51 +0200
Re: Mac vs. Linux for Python Development "Günther Dietrich" <gd.usenet@spamfence.net> - 2014-02-23 12:34 +0100
Re: Mac vs. Linux for Python Development Dave Cook <davecook@nowhere.net> - 2014-02-24 03:37 +0000
Re: Mac vs. Linux for Python Development William Ray Wing <wrw@mac.com> - 2014-02-24 10:33 -0500
Re: Mac vs. Linux for Python Development Michael Torrie <torriem@gmail.com> - 2014-02-24 10:34 -0700
Re: Mac vs. Linux for Python Development Michael Torrie <torriem@gmail.com> - 2014-02-24 10:42 -0700
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-02-25 05:37 +1100
Re: Mac vs. Linux for Python Development Grant Edwards <invalid@invalid.invalid> - 2014-02-24 19:35 +0000
Re: Mac vs. Linux for Python Development Roy Smith <roy@panix.com> - 2014-02-23 09:20 -0500
Re: Mac vs. Linux for Python Development "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-01 14:32 -0800
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-03-02 09:57 +1100
Re: Mac vs. Linux for Python Development Ned Deily <nad@acm.org> - 2014-03-01 15:07 -0800
Re: Mac vs. Linux for Python Development "Frank Millman" <frank@chagford.com> - 2014-03-02 07:51 +0200
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-03-02 17:57 +1100
Re: Mac vs. Linux for Python Development "Frank Millman" <frank@chagford.com> - 2014-03-02 09:35 +0200
Re: Mac vs. Linux for Python Development Chris Angelico <rosuav@gmail.com> - 2014-03-02 20:58 +1100
csiph-web