Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'wed,': 0.03; '25,': 0.12; 'am,': 0.14; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'have,': 0.17; 'meant': 0.18; 'header:In-Reply-To:1': 0.21; '(but': 0.22; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'subject:not': 0.23; 'example': 0.27; 'message-id:@mail.gmail.com': 0.28; 'import': 0.29; "won't": 0.30; 'to:addr:python-list': 0.33; 'install': 0.34; 'chris': 0.34; 'follows:': 0.34; 'skip:" 10': 0.35; 'not,': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'think': 0.38; 'url:python': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'hope': 0.60; 'package?': 0.84; 'presumably': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=qK4Jz83UKLox9PehvJlmNcu+sFzu6wAV1CbW+AiqSnI=; b=wfdcRCiR+5gSCwHQCplyo1YZSHWA2fk90fZG91GQy3FR6rjyL8jbPVbKdPCXSrEWKw Y5MU7UiHg6T5GDXfLnqjd/L1kxQdovMJgg3ODsTarZ5AJFYC/9Y8RJT8FFHYqFNc8BRr IUkfq+9MCCBQVzEgcYIao3pEqZFdHnon5sN1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=j56OoAWZqBCShWDfTxVz2YsfGCpV5wZ2J+CA9kN7JCaSuitV9ZUxNB49RMmNkxcawt nz0IxqiPUaW7P8q0TpSt0P2pG/qSkqmXhVWtSKqpbj2pEZPjhPMMcH8aEqGcBZHHSNAZ 2JYOwZB8RDMSCyGL5etb3M92QO/o8LETZzK/M= MIME-Version: 1.0 In-Reply-To: <213250.48589.qm@web24004.mail.ird.yahoo.com> References: <213250.48589.qm@web24004.mail.ird.yahoo.com> Date: Wed, 25 May 2011 01:24:23 +1000 Subject: Re: Codes do not run From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 82.94.164.166 X-Trace: 1306250666 news.xs4all.nl 49182 [::ffff:82.94.164.166]:41737 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6143 On Wed, May 25, 2011 at 1:17 AM, SKHUMBUZO ZIKHALI wrote: > The example from the book is as follows: > > from liveswires import games I think this might be meant to say "livewires". Presumably you did install this package? If not, it won't work (but even if you have, it won't work as "liveswires"). http://www.livewires.org.uk/python/package Hope that helps! Chris Angelico