Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: Pyhon Icon Date: Fri, 29 Jan 2016 16:13:53 +0000 Lines: 16 Message-ID: References: <41552F79B77A2746A4693A9B7A0BBE9308A49907@nawhkhoxch01.meatcorp.root> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de TwyXmzomSwNCcjgKmX/nrQVC5NdfaAQOCBkSWyXQSQoA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'beginners': 0.09; 'icon': 0.09; 'python': 0.10; 'python.': 0.11; '2016': 0.16; 'idle.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'somehow.': 0.16; 'using,': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; "haven't": 0.24; 'header:In-Reply- To:1': 0.24; 'install': 0.25; 'installed': 0.26; 'message- id:@mail.gmail.com': 0.27; 'guess': 0.31; 'run': 0.33; 'idle': 0.33; 'windows.': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'january': 0.38; 'version': 0.38; 'received:209': 0.38; 'some': 0.40; 'programs': 0.62; 'different': 0.63; 'information': 0.63; 'here:': 0.63; 'url:htm': 0.75; '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=9ttgGzB0oJkChZIbDFWGj5hscoZMQz3NBEjctbU9aPU=; b=ZXgDEHRX9QCU4ek3XX3qjEK8nW3xPDHJNIH0MvWQaSeBgep/+qDsfC4H8F4QaQibeA srLqKm8J5vQEvz4ZmxjVnacmLHlVVOT0KjU4tE/WnF/vpQed/u7cPo/gnK9pQPxNBubB aNw+9OosyX/HylNiAu42Yxhp63FeAc2d3GBY/BE68bxAJ3nhElnuoQP7ulIxtlxSeI8c BB522sAHBbKwXCYwk3ma8qQD8F8nZHNn4p14grJ3Avap+d7et2P+21DBCNLG5uDDGTef uhiwj5nQTGVhAOg0RyT18uYFrDDRzWcw1J0a++/zQDJZLTUfZJkb5FS+FEqDQdU4Sbfq 9hXA== 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=9ttgGzB0oJkChZIbDFWGj5hscoZMQz3NBEjctbU9aPU=; b=RpS/8TRaDPOcdce/wytLbRysfQfPD9zU1ALjfHpS2feqJ6VPQwaax87s/mBIWyeSPg phRF8zIfZuJERaKm/iJq9CXEyq5NGW/xY8NJzY1AUNMnP3ehFCfZaUHPBPQ5sO+pQ4z3 qeZzUTsUcaHIpdVOoAZwIXSaCnzkZv5LrDHyTS/cwDILeSDaj0E6BcjBHcJHEFGOnioY CngYcXXLPTtg9krlTRj32LQZmOSrOOvKQAdyHBNkgu8V+FAJRRtlW1R/CUby32UOOhNj 3Xgmp8Be451hT1Ta8PSCENmy17BG5/e67HPQ5hlGIzxK+JUb8CnU5Hug3ev7i+mQGGBL m0+A== X-Gm-Message-State: AG10YOR5W3iD83DD2dPnr41sBikWIsFssoT1pkZNZPZJck9nWOMPmsdxu9kzytFJw+jL/n7s9IKSa7JLVHaHCQ== X-Received: by 10.25.149.146 with SMTP id x140mr3604505lfd.64.1454084052762; Fri, 29 Jan 2016 08:14:12 -0800 (PST) In-Reply-To: <41552F79B77A2746A4693A9B7A0BBE9308A49907@nawhkhoxch01.meatcorp.root> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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:102237 On 29 January 2016 at 11:00, Walter Nakatana wrote: > Every time I install python , I don't see the icon on my desktop neither in my C: drive Hi Walter, I guess you're using Windows. There are many different ways to run Python. One way that beginners often use is to run IDLE. You can find some instructions for that here: http://www.annedawson.net/Python_Editor_IDLE.htm The exact instructions will depend on which version of Windows you are using, which version of Python you installed and exactly how you installed it. You haven't given that information but I would guess that you have IDLE installed and that you can run it from the programs menu somehow. -- Oscar