Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; '16,': 0.03; 'anyway.': 0.05; 'socket': 0.07; 'imply': 0.09; 'python': 0.11; 'windows': 0.15; 'bumping': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'module': 0.19; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'worked': 0.33; "i'd": 0.34; 'anybody': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'around.': 0.60; 'personal': 0.63; 'jul': 0.74; 'bluetooth': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NcbaKZ9h5vHtIZKax2+Pzuu/Dx4Zq/BbMJwVa2DjdMc=; b=HuYbpkSVq4yrgS7VaLM/2ERpGJ57VOCcT7vitAf5UOWKH5EaVhfFf1HxKlE4uv8QUp Hdlkef9W7bJBZUWOkG1zF4K6jAs4Eu/mFyhgkPqchYJVrxssGtWNkR5gGUUtB2sHP2eb EkYQCnv0C+P0FDz+btGT6WufwZUZlJLBO5LBR2qQMkz4Eo6eEQLkvPrbMzDKgK5+l0uw jfs5KzdYddtcqvFPaZbhsYm+OK2ArSdV+QySICKIydj6eEqc9ik9b6MCvVQ+ZWwmWefK M+aliPjfchxexacrM12cUBlAaJQpdizlCcJPzHi0GKjGMe629MmPf/qZW2GW1iitJUMD lKeA== MIME-Version: 1.0 X-Received: by 10.52.120.77 with SMTP id la13mr86027vdb.23.1373961614898; Tue, 16 Jul 2013 01:00:14 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jul 2013 18:00:14 +1000 Subject: Re: Bluetooth Sockets 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.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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373961618 news.xs4all.nl 15864 [2001:888:2000:d::a6]:48404 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50732 On Tue, Jul 16, 2013 at 3:52 PM, Simfake Fake wrote: > Just bumping this, but has anybody have any personal experience with > bluetooth in python 3? Perhaps my issue is that the windows version doesn't > include it? I haven't worked with Bluetooth in Python, but my reading of the socket module docs is that AF_BLUETOOTH doesn't imply strong support anyway. I'd recommend looking for a dedicated bluetooth module; there seem to be some around. ChrisA