From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 6AB5C1C439E; Wed, 10 Apr 2019 05:40:57 -0400 (EDT) Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by befuddled.reisers.ca (Postfix) with ESMTPS id E72F01C42CF for ; Wed, 10 Apr 2019 05:40:55 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 16E84A047; Wed, 10 Apr 2019 11:40:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e2eEnuSkIcat; Wed, 10 Apr 2019 11:40:52 +0200 (CEST) Received: from function (dhcp-13-159.lip.ens-lyon.fr [140.77.13.159]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 28E94A0AC; Wed, 10 Apr 2019 11:40:52 +0200 (CEST) Received: from samy by function with local (Exim 4.92) (envelope-from ) id 1hE9it-0005Dh-MK; Wed, 10 Apr 2019 11:40:51 +0200 Date: Wed, 10 Apr 2019 11:40:51 +0200 From: Samuel Thibault To: Chuck Hallenbeck , "Speakup is a screen review system for Linux." Subject: Re: Speech-friendly alsa mixer (sam) released, testers needed Message-ID: <20190410094051.4dcmgun34umyxmz5@function> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170113 (1.7.2) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 09:40:57 -0000 Chuck Hallenbeck, le mer. 10 avril 2019 05:33:10 -0400, a ecrit: > I am using arch, and had to use pyalsaaudio from the AUR to satisfy the > requirements for sam, but on first executing it, I get this: > > [groucho@workshop ~]$ sam > File "/usr/local/bin/sam", line 152 > print '' > ^ > SyntaxError: Missing parentheses in call to 'print'. Did you mean > print('')? > [groucho@workshop ~]$ > > > Any suggestions? Looks like an interesting idea. This is a python2 vs python3 issue. Samuel