Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25539

Re: Python 2.6 on Mac 10.7 doesn't work

Path csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'interpreter': 0.04; 'subject:Python': 0.05; 'binary': 0.05; 'skip:l 60': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:releases': 0.09; '(the': 0.15; '2.7.3': 0.16; 'did:': 0.16; 'missing?': 0.16; 'preferences,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'slash.': 0.16; 'subject:Mac': 0.16; 'which,': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'projects,': 0.17; 'trying': 0.21; 'made.': 0.22; 'header:User- Agent:1': 0.26; '2.6': 0.27; 'disk': 0.27; 'then.': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'things,': 0.29; 'install': 0.29; 'mode': 0.30; 'url:python': 0.32; 'mac': 0.32; 'idle': 0.33; 'to:addr:python-list': 0.33; 'moved': 0.35; 'path': 0.35; 'open': 0.35; 'there': 0.35; 'received:org': 0.36; 'really': 0.36; 'url:org': 0.36; 'anything': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'being': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'leading': 0.61; 'here': 0.65; 'url:6': 0.65; 'received:204': 0.72; 'article': 0.78; 'received:204.14': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ned Deily <nad@acm.org>
Subject Re: Python 2.6 on Mac 10.7 doesn't work
Date Tue, 17 Jul 2012 14:02:00 -0700
References <3b73f4f4-dc36-4b16-a3c3-66b52ef95654@googlegroups.com> <5005927a$0$6949$e4fe514c@news2.news.xs4all.nl>
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 204.14.154.251
User-Agent MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2248.1342558938.4697.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1342558938 news.xs4all.nl 6970 [2001:888:2000:d::a6]:56682
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25539

Show key headers only | View raw


In article <5005927a$0$6949$e4fe514c@news2.news.xs4all.nl>,
 Hans Mulder <hansmu@xs4all.nl> wrote:
> On 17/07/12 15:47:05, Naser Nikandish wrote:
> > I am trying to install Python 2.6 on Mac OS Lion. Here is what I did:
> > 
> > 1- Download Mac Installer disk image (2.6) (sig)   from
> >    http://www.python.org/getit/releases/2.6/
> > 
> > 2- Install it
> > 
> > 3- Run Python Luncher, go to Python Luncher preferences, and change the
> >    interpreter to 
> >    Library/Frameworks/Python.framework/Versions/2.6/bin/pythonw
> > 
> > Now that I want to open IDLE and open my old projects, it doesn't run! 
> > Is there anything that I am missing?
> 
> You may be missing a leading slash.  The path to pythonw is
> /Library/Frameworks/Python.framework/Versions/2.6/bin/pythonw

Also keep in mind that Python 2.6 has been moved to security-fix-only 
mode which, among other things, means that new binary installers for OS 
X are not being made.  The most recent OS X binary installer was 2.6.6.  
The system Python in OS X 10.7 Lion is 2.6.7.  There has been one 
additional security fix release for 2.6 (2.6.8) since then.  If you need 
Python 2, you really should consider moving to Python 2.7, which is 
already at 2.7.3 and is fully maintained.  (The most recent Python 3 
release is 3.2.3, also fully maintained.)

-- 
 Ned Deily,
 nad@acm.org

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python 2.6 on Mac 10.7 doesn't work Naser Nikandish <n.nikandish@gmail.com> - 2012-07-17 06:47 -0700
  Re: Python 2.6 on Mac 10.7 doesn't work Hans Mulder <hansmu@xs4all.nl> - 2012-07-17 18:27 +0200
    Re: Python 2.6 on Mac 10.7 doesn't work Ned Deily <nad@acm.org> - 2012-07-17 14:02 -0700

csiph-web