From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 901331C439F; Wed, 10 Apr 2019 05:52:31 -0400 (EDT) Authentication-Results: befuddled.reisers.ca; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="AJ3IkkAn"; dkim-atps=neutral Received: from mail-ot1-x344.google.com (mail-ot1-x344.google.com [IPv6:2607:f8b0:4864:20::344]) by befuddled.reisers.ca (Postfix) with ESMTPS id 57A411C4345 for ; Wed, 10 Apr 2019 05:52:30 -0400 (EDT) Received: by mail-ot1-x344.google.com with SMTP id m10so1374104otp.2 for ; Wed, 10 Apr 2019 02:52:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:reply-to:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=jIxKEvMnwZJqgnbpv/QR6FuM5hNw2MOYEt839qhmasY=; b=AJ3IkkAn9JgxHPb01Ce+RwgIG5omW4Uw0NrKPHFnsi+L6VtuAVdPqhWUZ+nO8kNVby 5Jo5Yu2NDVVIgP8gvGsDFhmTNe+X53Ywzy5VXXaTklISEEO5gC2h+rRLWsXiKSUhaMfl WSH8f8G77irezD9m8iqb1tJECRoMA0OflpKy+6d+Z2Wb0hll+Ll7eCqdT0VMxflXip/g 0aySEK8FyTjnFBe2guHWbFpjpfHsGgYjzvDWCAecL8papwOcKhG/jLP7S38vpIA4Z3yn XEQ55m4g+dLFxcG1BejXfKruiWJCKKDTIdVzbU96ioZgAI/Jk0bW2Te5Whtkj4sUO5/x SxBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:reply-to:to:cc:subject:in-reply-to :message-id:references:user-agent:mime-version; bh=jIxKEvMnwZJqgnbpv/QR6FuM5hNw2MOYEt839qhmasY=; b=WIe17HKog27jpgddZ4e9JibuSaFRYUEqskkgyxpUPd29ZUj4KvkvbSVYgbfUKpsoKW S5nLXz6Z+nPqRC5Xe842+SjgFNBY8lBKTfrK6JPod4zi8OJhc31U4QaasMfyINOztORN ONs+T/NMpmryMkslZTPg+ksG2VI37ESOaunRuhQxs9zdBvIu/SnmhAoIh51wQtSO2G58 UURIWNTwGCBemcPXTNbMtP+MSqdsICSBiDkoaqwWk2PqK9XIvPYvKToZUXSJ6viA/BDW fva7Yb0NLxsV4tV2VZ6ASdwwNrUJewJ/48WNsh9nzifwmN7Ga+BCXVtYZ6GHxWle/L3z 2Pqw== X-Gm-Message-State: APjAAAUV07zowHUKPW4bE0ND0FDMfJ693xyrPPEIZxNVR9NRZeKBoF3w 5bOVIdXOR2+21I1c5Mn6Fhg= X-Google-Smtp-Source: APXvYqz+iDJrFfs+IY/zTS2T3catgh2tV8GOqHN1U2H6rWOB+DeDRQhoTqz4dKQd3bDnDo6fXcjBQg== X-Received: by 2002:a05:6830:1cb:: with SMTP id r11mr22587337ota.302.1554889949639; Wed, 10 Apr 2019 02:52:29 -0700 (PDT) Received: from workshop (99-13-41-4.lightspeed.bcvloh.sbcglobal.net. [99.13.41.4]) by smtp.gmail.com with ESMTPSA id d70sm19348627oih.18.2019.04.10.02.52.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Apr 2019 02:52:28 -0700 (PDT) From: Chuck Hallenbeck X-Google-Original-From: Chuck Hallenbeck Date: Wed, 10 Apr 2019 05:52:15 -0400 (EDT) X-X-Sender: archie@workshop Reply-To: Chuck Hallenbeck To: Samuel Thibault cc: Chuck Hallenbeck , "Speakup is a screen review system for Linux." Subject: Re: Speech-friendly alsa mixer (sam) released, testers needed In-Reply-To: <20190410094051.4dcmgun34umyxmz5@function> Message-ID: References: <20190410094051.4dcmgun34umyxmz5@function> User-Agent: Alpine 2.21.99 (LNX 239 2017-12-04) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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:52:31 -0000 On Wed, 10 Apr 2019, Samuel Thibault wrote: > 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. > Okay, that's helpful. Arch names the different pythons python2 and python. Not sure if debian does it that way, or calls them python and python3. . Chuck -- Here In Northeast Ohio, The Moon is Waxing Crescent (25% of Full) If you don't stand for something, you will fall for anything. Sent from Nellie's missing iPhone.