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


Groups > comp.lang.python > #77709

Re: Installing Python 3

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'debug': 0.07; 'assuming': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'window.': 0.09; 'python': 0.11; 'icon': 0.16; 'luck!': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'work,': 0.20; 'example': 0.22; 'shell': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'fine': 0.24; 'sort': 0.25; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; "doesn't": 0.30; 'along': 0.30; 'easier': 0.31; 'figure': 0.32; 'python.org': 0.32; 'open': 0.33; 'mac': 0.33; 'could': 0.34; 'problem': 0.35; 'display': 0.35; 'problem.': 0.35; 'there': 0.35; 'really': 0.36; 'idle': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'clear': 0.37; 'being': 0.38; 'thank': 0.38; 'problems': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'does': 0.39; "couldn't": 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'then,': 0.60; 'you.': 0.62; 'information': 0.63; 'name': 0.63; 'therefore,': 0.64; 'it!': 0.67; 'emailing': 0.68; 'clicking': 0.73; 'received:204': 0.75; 'click': 0.77; 'article': 0.77; '3.4': 0.84; 'fails,': 0.84; '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: Installing Python 3
Date Mon, 08 Sep 2014 19:23:20 -0700
References <CAMBEgTEobpYpbYuyJnNKNB+jwdWP6+axWhAH9MXU-nOvrp-9PQ@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.216
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.13883.1410229415.18130.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1410229415 news.xs4all.nl 2930 [2001:888:2000:d::a6]:57081
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:77709

Show key headers only | View raw


In article 
<CAMBEgTEobpYpbYuyJnNKNB+jwdWP6+axWhAH9MXU-nOvrp-9PQ@mail.gmail.com>,
 Ashley Forman <forma105@mail.chapman.edu> wrote:
>   My name is Ashley Forman, and I am emailing because I cannot install
> python onto my Mac laptop! I have installed Active-TCl 8.5 along with
> Python 3.3 and tried with 3.4, and couldn't figure out a solution to my
> problem. When I click on IDLE to open, it does not open at all. Therefore,
> if you have any information that could help me, then I would really
> appreciate it! Thank you!

Clicking on the IDLE icon is fine - unless it is doesn't work, in which 
case error messages associated with the failure may end up in a system 
log rather than being display directly to you.  It's easier to debug 
problems like this by launching IDLE from a terminal session than by 
double-clicking on it.  Assuming you installed Python 3.4 (3.4.1 is 
current) from one of the python.org installers, open a terminal shell 
window, for example by using the Terminal.app (found in 
/Applications/Utilities).  Then, in the shell window, try typing:

/usr/local/bin/idle3.4 

If IDLE fails, there should be some sort of error message in the 
terminal window.  If it is not clear what the problem is, copy and paste 
them to the group here.

You can also just try launching Python itself and verify that it works 
without IDLE:

/usr/local/bin/python3.4

Good luck!

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Re: Installing Python 3 Ned Deily <nad@acm.org> - 2014-09-08 19:23 -0700

csiph-web