Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'received:192.168.1.101': 0.09; 'tcl': 0.09; 'subject:Help': 0.10; '2.7': 0.13; '8.5,': 0.16; 'subprocess': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'shell': 0.18; 'subject:] ': 0.19; 'python?': 0.20; 'trying': 0.21; 'work,': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'possibly': 0.27; "doesn't": 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; 'but': 0.36; "didn't": 0.36; 'useful': 0.36; 'gives': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'help': 0.40; 'easy': 0.60; 'first': 0.61; 'personal': 0.62; 'mentioned': 0.63; 'more': 0.63; 'article': 0.78; 'received:212.52.84': 0.84; 'received:libero.it': 0.84; 'received:212.52': 0.91 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0C0203.513F813C.009E,ss=1,re=0.000,fgs=0 X-libjamoibt: 1823 Date: Tue, 12 Mar 2013 20:25:21 +0100 From: leonardo User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: [Python-Help] idle doesn't work 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363116350 news.xs4all.nl 6913 [2001:888:2000:d::a6]:50947 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41147 thanks now python shell works Il 12/03/2013 17.52, Ned Deily ha scritto: > In article <513F5080.6030808@libero.it>, > leonardo 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 >