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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.06; 'wrapper': 0.07; 'python': 0.08; 'googling': 0.09; 'am,': 0.13; 'received:209.85.214.174': 0.13; 'received:mail-iw0-f174.google.com': 0.13; 'wrote:': 0.15; 'library': 0.15; 'library?': 0.16; 'written': 0.17; 'mon,': 0.17; 'seems': 0.20; 'header:In-Reply-To:1': 0.22; 'url:code': 0.23; 'fine': 0.26; 'developing': 0.27; "i'm": 0.27; 'nov': 0.28; 'received:209.85.214': 0.28; 'message-id:@mail.gmail.com': 0.28; 'all,': 0.28; '27,': 0.29; 'url:)': 0.30; '2009)': 0.30; '2009': 0.31; 'it.': 0.33; 'there': 0.34; 'however,': 0.34; 'to:addr :python-list': 0.34; 'daniel': 0.34; 'then.': 0.35; 'uses': 0.35; 'stopped': 0.35; 'received:google.com': 0.37; 'some': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'your': 0.61; 'url:p': 0.63; 'jun': 0.67 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=8fz7qf1dIlnUZYgLFZlET+nrgTyjEBhmw7Y6kBP31nA=; b=QaxWbEjuHCoo/Fbpt6Pt6UkWkyVrTMVwl0b6MdKgiVeexbN0oKzWBKN5iVTSdzeFv6 GZ5ZH0uCVZIhPCjT9vXtw/5L0KJ9CG45/rLYMimAT5pC9lXPMzEXOigRZp9QEnLkRf2/ lpFpHoyJoLgTUCuMniVo+zgV7stjkFZJ/Gttw= 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=R2CZhx2kAdv0oH8bM+m67IxqEjJoye4iaqh6BvQHD1OaTK76AcD+QDyvqDt6aXMRHr AWc/uAZQ2SSldLTgrmoUznZPtDiDHSqEVxgbwyyhtbJCwklh+FEDwn4V/DVHXEE+tR/e WVjqLetErQUsybN7oFJwymgK6bQTwwZ3rQHCE= MIME-Version: 1.0 In-Reply-To: <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> References: <326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com> Date: Mon, 27 Jun 2011 17:36:19 +1100 Subject: Re: Python Bluetooth From: Daniel Kluev 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: 17 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1309156581 news.xs4all.nl 4364 [::ffff:82.94.164.166]:48147 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8492 On Mon, Jun 27, 2011 at 2:32 AM, Valentin de Pablo Fouce wrote: > Hi all, > > I'm looking for developing a bluetooth application in python, and I'm > looking for the most suitable python library for it. Googling some > time I found pyBluez (http://code.google.com/p/pybluez/), however, the > library seems to be stopped since end 2009 (latest update Nov 2009) > and not to many work since then. Is there any other library? blueman is written in python and works fine with latest bluez lib. It uses dbus for interaction with bluez, you can try using their wrapper for your own app. -- With best regards, Daniel Kluev