Re: a clean exit

2021-07-28 Thread jak
Il 23/07/2021 10:55, jak ha scritto: Hello everybody, I wrote a bot for telegram which consists of some processes of which the main ones are: - the main process: a list of callback functions - a second process: managed with a message queue - a third process: started by the library I use (python-t

Re: Trying to read from a text file to generate a graph

2021-07-28 Thread Stephen Berman
[Resending to the list only, since I couldn't post it without subscribing.] On Wed, 28 Jul 2021 11:58:21 -0400 "Steve" wrote: > I forgot about the no-file rule... > >> On 28Jul2021 02:55, Steve wrote: >> I am going though a struggle with this and just don't see where it >> fails. I am using th

Re: [Errno 2] No such file or directory:

2021-07-28 Thread Peter Otten
On 28/07/2021 18:09, joseph pareti wrote: The following code fails as shown in the title: *import subprocesscmd = 'ls -l /media/joepareti54/Elements/x/finance-2020/AI/Listen_attend_spell/VCTK-Corpus/wav48 | awk "{print $9 }"'process = subprocess.Popen([cmd], As a quick fix try process =

Re: [Errno 2] No such file or directory:

2021-07-28 Thread Chris Angelico
On Thu, Jul 29, 2021 at 2:10 AM joseph pareti wrote: > > The following code fails as shown in the title: > > > > > > > *import subprocesscmd = 'ls -l > /media/joepareti54/Elements/x/finance-2020/AI/Listen_attend_spell/VCTK-Corpus/wav48 > | awk "{print $9 }"'process = subprocess.Popen([cmd], > st

[Errno 2] No such file or directory:

2021-07-28 Thread joseph pareti
The following code fails as shown in the title: *import subprocesscmd = 'ls -l /media/joepareti54/Elements/x/finance-2020/AI/Listen_attend_spell/VCTK-Corpus/wav48 | awk "{print $9 }"'process = subprocess.Popen([cmd], stdout=subprocess.PIPE, stderr=subprocess.PIPE)stdout, stderr = process.co

RE: Trying to read from a text file to generate a graph

2021-07-28 Thread Steve
I forgot about the no-file rule... On 28Jul2021 02:55, Steve wrote: >I am going though a struggle with this and just don't see where it fails. >I am using the Dual Bar Graph.py program from https://matplotlib.org/stable/gallery/index.html website. >The file from the web site works so that shows t

Re: Generate a Google Translate API token through the Socks5 proxy using gtoken.py

2021-07-28 Thread hongy...@gmail.com
On Wednesday, July 28, 2021 at 3:05:11 PM UTC+8, Peter Otten wrote: > On 28/07/2021 07:32, Cameron Simpson wrote: > > On 27Jul2021 19:24, Hongyi Zhao wrote: > >> On Wednesday, July 28, 2021 at 7:25:27 AM UTC+8, cameron...@gmail.com > >> wrote: > >>> Just to follow on a bit to Dennis: > >> > >

Re: Trying to read from a text file to generate a graph

2021-07-28 Thread Cameron Simpson
On 28Jul2021 02:55, Steve wrote: >I am going though a struggle with this and just don't see where it fails. >I am using the Dual Bar Graph.py program from >https://matplotlib.org/stable/gallery/index.html website. >The file from the web site works so that shows that all my installations are >com

Trying to read from a text file to generate a graph

2021-07-28 Thread Steve
I am going though a struggle with this and just don't see where it fails. I am using the Dual Bar Graph.py program from https://matplotlib.org/stable/gallery/index.html website. The file from the web site works so that shows that all my installations are complete. My program, LibreGraphics 05.py

Re: Generate a Google Translate API token through the Socks5 proxy using gtoken.py

2021-07-28 Thread Peter Otten
On 28/07/2021 07:32, Cameron Simpson wrote: On 27Jul2021 19:24, Hongyi Zhao wrote: On Wednesday, July 28, 2021 at 7:25:27 AM UTC+8, cameron...@gmail.com wrote: Just to follow on a bit to Dennis: But I can't any reply from Dennis in this issue. Odd, because I replied to his reply to you :-)