Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'turtle': 0.07; 'subject:help': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'technician': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'subject:need': 0.18; 'file.': 0.22; 'import': 0.24; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'print': 0.30; 'morning': 0.32; "i'll": 0.33; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'received:194': 0.61; 'charset:windows-1252': 0.62; 'our': 0.64; 'here': 0.66; '03:42': 0.84; 'find.': 0.84; 'look.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: jmp Subject: Re: teacher need help! Date: Mon, 19 Oct 2015 19:42:50 +0200 References: <5623397C.40205@timgolden.me.uk> , <5624AC43.3080105@timgolden.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: paris.sequans.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: 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: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1445276582 news.xs4all.nl 23766 [2001:888:2000:d::a6]:52001 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97818 On 10/19/2015 03:42 PM, Storey, Geneva wrote: > Our technician will be here this morning to take a look. I'll let you know what we find. > Thanks again, > > Geneva Storey import turtle print turtle.__file__ may help you find the offending file. jm