Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: I cannot open IDLE Date: Fri, 12 Feb 2016 14:52:43 +0000 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 0h8IkoqXMHVyyYEx40ImIguDdFuZ/6Gj8pzPnVT3O+yA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:IDLE': 0.04; 'cc:addr:python-list': 0.09; 'python': 0.10; '(rather': 0.16; '2016': 0.16; 'cc:name:python list': 0.16; 'idle.': 0.16; 'menu.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'version?': 0.16; 'wrote:': 0.16; 'resolved': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'assuming': 0.22; 'downloaded': 0.24; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; 'class.': 0.30; 'downloading': 0.33; 'idle': 0.33; 'open': 0.33; 'received:google.com': 0.35; 'item': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'operating': 0.37; 'received:209': 0.38; 'where': 0.40; 'your': 0.60; 'programs': 0.62; 'installer)': 0.84; 'oscar': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7TudDKHxGErwm/0UWtq/lwpDSqb2o3XT49GJ3Mygg28=; b=L9rVgc04vfErFOIBG/oM1yDqYvNgITtzo98XHU/yapI7sKBhjX+tCAXQMnmJwvXu9N UmCUWuYdlkeZXcif5x3YTwZNtYxcRBXvtXLmeYLsEtl0/RS5vh+4AtHqJCh/Q+B0Uk1b avQdmaxEA6qHxZ+QhNlEU3J/qG8VRjvYtooAZNb1K0EYkmfwzfHrKMy6ZQAE/ylRO9UZ opP8k01Bw7cASyBpxmEu8xymFAb8Rlx785iGoqTErKI8v87bWprs3b/bC4iPTobUKD+3 xAOUcEyAKs776OLgvhnP9gI82XxeuKkc0TStPrXZ60Av7THTTCRTaVPZ+KU35aSOogrG /CNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=7TudDKHxGErwm/0UWtq/lwpDSqb2o3XT49GJ3Mygg28=; b=kFRz7lArIh9rkEGOgAGQsjtxoWPhoIX/bHrvztbWDrmJL6YpRU+xWqMRCZFeCSmDbX lpXom5fbLr67713Tl+u1YMX07juvtO0+/aNabINMf3tBvtpD1MzD+RMLaHKXWktyzct+ V3qy/iNztStp3yg3Z9uAdja5qXgfxEq92oZlJpIkZtRo2KH1C1idBXqxtH7rUcIsPrIk DXReHb136g4rfRoCA4YREoSEuP6JzPGpLS77pGlvDz6s2TvgdUSWLXOdH1gYLbOkp9BM 8CmJ7T8/CyBqLD4h9QJ5H3ipr3n+YpE77Wh/ETTxbMxInF8SR143wVy2kgJqJI0UPGtB cfzw== X-Gm-Message-State: AG10YORnqWvRQQb37tRfr7fwffoLTPZtkziVl4kYoT0akSv4wDAXbJx+fb0BinZadnj464DUoB+IeNkGDHE2Fg== X-Received: by 10.112.181.196 with SMTP id dy4mr829120lbc.42.1455288782890; Fri, 12 Feb 2016 06:53:02 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102863 On 11 February 2016 at 18:02, anthony averett wrote: > I have downloaded python but I cannot open up idle. I really need this > issue resolved for I have work do for one of my computer science class. What operating system are you using? Windows? Which version? Have you installed Python and if so where did you get it from? Assuming you're on Windows and used the normal Python installer and that you installed Python (rather than simply downloading the installer) then there should be a menu item for IDLE somewhere in your programs menu. -- Oscar