Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.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.067 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python': 0.11; 'windows': 0.15; '.py': 0.16; 'exe': 0.16; 'seems': 0.21; 'install': 0.23; 'installation': 0.23; 'people,': 0.24; "i've": 0.25; 'supported': 0.26; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; 'message- id:@mail.gmail.com': 0.30; 'reply.': 0.31; 'author,': 0.31; 'not.': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:The': 0.64; 'compiling': 0.84; 'observed': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=TtcAKTEQXnpT/KbpgB0etDfWJ9CfpeABN1CnFqrgKus=; b=QEj4083xdX0EaAnhRYXiSFzThNAb4fsXcpx1LZ3/+hNgBt/JoIKLZYoEZpSYWzUDTt O8xqcEfaXKbAsGZkVgfumv8oOhUXUHjxmajZevi3UYomq2nnthdDB6TogT+BeaR1eFzx gOYsKRSYbjq8KwHSHUQdLpo8DT9mrRMoqvNBzyiEY+M/F4+hJCTyZ+2giEfD26dOierh 7fDLKYDr8j6A1ZdsYNnQwme55tLygFkAU/LJQiFfKHJNiBwTVk6s/FWu0uNgfq3/7LTX f7awl4MQ1skpyJ3LDCj7DKYKCVJKac4SCoMRX4wDvmH7Dyx3VZIjJIiKCUESB0jwUfs2 sKcg== X-Received: by 10.152.20.169 with SMTP id o9mr2430783lae.23.1369877588759; Wed, 29 May 2013 18:33:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <51A68287.1010505@mrabarnett.plus.com> References: <51A68287.1010505@mrabarnett.plus.com> From: Ma Xiaojun Date: Thu, 30 May 2013 09:32:48 +0800 Subject: Re: The state of pySerial To: python-list@python.org Content-Type: text/plain; charset=UTF-8 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: 1369877591 news.xs4all.nl 15956 [2001:888:2000:d::a6]:43751 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46423 I've already mailed the author, waiting for reply. For Windows people, downloading a exe get you pySerial 2.5, which list_ports and miniterm feature seems not included. To use 2.6, download the tar.gz and use standard "setup.py install" to install it (assume you have .py associated) . There is no C compiling involved in the installation process. For whether Python 3.3 is supported or not. I observed something like: http://paste.ubuntu.com/5715275/ . miniterm works for Python 3.3 at this time.