Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41134
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcl': 0.09; 'subject:Help': 0.10; '2.7': 0.13; '8.5,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subprocess': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'subject:] ': 0.19; 'python?': 0.20; 'trying': 0.21; 'work,': 0.22; 'downloaded': 0.24; 'header:User- Agent:1': 0.26; 'possibly': 0.27; "doesn't": 0.28; 'header:X -Complaints-To:1': 0.28; 'editors': 0.29; 'firewall': 0.29; 'connection': 0.30; 'error': 0.30; 'mac': 0.32; 'message.': 0.33; 'idle': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'text': 0.34; 'or,': 0.34; 'thanks': 0.34; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; "didn't": 0.36; 'useful': 0.36; 'charset:us-ascii': 0.36; 'gives': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'easy': 0.60; 'first': 0.61; 'personal': 0.62; 'mentioned': 0.63; 'more': 0.63; '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-Help] idle doesn't work |
| Date | Tue, 12 Mar 2013 09:52:12 -0700 |
| References | <513C68B0.7050204@libero.it> <513C8650.2010802@libero.it> <1362956078.93.46251@mint-julep.mondoinfo.com> <513D6CDD.6060506@libero.it> <1363043817.03.53316@mint-julep.mondoinfo.com> <513F5080.6030808@libero.it> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.14.154.191 |
| 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 | <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.3236.1363107149.2939.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363107149 news.xs4all.nl 6889 [2001:888:2000:d::a6]:39017 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41134 |
Show key headers only | View raw
In article <513F5080.6030808@libero.it>,
leonardo <tampucciolina@libero.it> wrote:
> first of all thanks for trying to help me. the text of my email was the
> following:
> i have a mac os x 10.8, i had already python 2.7, i downloaded python
> 3.3 and active tcl 8.5, but idle and the new version don't work, the
> answer is:"idle's subprocess didn't make connection or personal firewall
> is blocking". do you know what can i do ?
> or can i use other easy editors to program in python?
>
> i am frustated cause i can use only the old python 2.7 in the terminal
> window. python 3.3 has not taken place and idle gives the above
> mentioned error..
Try typing the following in a terminal window:
idle3.3
or, possibly
/usr/local/bin/idle3.3
and see if there is a more useful error message.
If that doesn't work, try adding -n:
idle3.3 -n
--
Ned Deily,
nad@acm.org
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [Python-Help] idle doesn't work Ned Deily <nad@acm.org> - 2013-03-12 09:52 -0700
csiph-web