Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.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.150 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.00; 'martin': 0.11; 'received:dip0.t-ipconnect.de': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:python': 0.16; 'url:)': 0.16; 'wrote:': 0.18; 'command': 0.22; 'import': 0.22; 'installation': 0.23; 'this?': 0.23; 'mon,': 0.24; 'file.': 0.24; 'source': 0.25; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'idea': 0.28; 'dec': 0.30; 'code': 0.31; 'anyone': 0.31; 'sources': 0.33; "can't": 0.35; 'but': 0.35; 'there': 0.35; 'module.': 0.36; 'much.': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'tracking': 0.61; 'took': 0.61; 'here:': 0.62; 'provide': 0.64; 'prompt': 0.68; 'received:109': 0.72; 'informations': 0.74; '+0800': 0.91; 'received:(helo localhost)': 0.91; '2013': 0.98 Date: Sun, 1 Dec 2013 23:05:43 +0100 From: Johannes Findeisen To: python-list@python.org Subject: Re: wiimote IR tracking in python In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385935650 news.xs4all.nl 15894 [2001:888:2000:d::a6]:44294 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60844 On Mon, 2 Dec 2013 05:59:07 +0800 martin koh wrote: > Hi all..may i know how to do the IR tracking by using wiimote? i did tried the source code from > (http://ph-elec.com/archives/simple-python-wii-mote-test/) using command prompt but i can't compile successfully, i think is because i don't have any idea how to import the cwiid module. Can anyone please provide me some informations about this? Thanks so much. Did you took a look here: http://abstrakraft.org/cwiid/ ? There you find the sources and installation instructions in a README file. --Johannes