With that information, my guess would be that the way the web service
reports errors has changed, and the Python library is failing to
handle errors nicely for you, but the basic functionality still works.
So that's somewhat good news, as you can at least handle anything that
*would* work, even if
Hi all. I tried the same command with a different, smaller file. This file
is a 90-kilobyte ogg file. The other one was a 26-megabyte ogg file.
Wtih this smaller file, there was no error.
speech_to_text -u myUsername -p myPassword -f html -i audio-file.ogg
transcript.html
Star
On Mon, Sep 18, 2017 at 1:11 AM, Paul wrote:
On 18 September 2017 at 09:03, pizza python wrote:
> Your error occurs because what the "external service" has
delivered
> it not what "speech-to-text" has expected. More precisely,
> "speech-to-text" has exce
On 18 September 2017 at 09:03, pizza python wrote:
> Your error occurs because what the "external service" has delivered
> it not what "speech-to-text" has expected. More precisely,
> "speech-to-text" has excepted as result a dict with a "results" key --
> but this is missing (
Speech to text conversion is not a pure Python solution. It must be
based
on some kind of "external service". From the details you have provided,
it looks like some web service.
Yes, you are right. It's based on IBM Watson's web/cloud service.
Your error occurs becaus
"pizza python" writes:
>I'm on Linux Mint 18.2 Cinnamon 64-bit.
>
>I am trying to get IBM Watson BlueMix Speech-To-Text to transcribe my
>spoken-word audio files. Because I'm not a coder, I tried to find the
>simplest way to use BlueMix Speech-to-Text. And what I found
>is [1]h
Hello all.
I'm on Linux Mint 18.2 Cinnamon 64-bit.
I am trying to get IBM Watson BlueMix Speech-To-Text to transcribe my
spoken-word audio files. Because I'm not a coder, I tried to find the
simplest way to use BlueMix Speech-to-Text. And what I found
is [1]https://github.com/r
On Friday, August 14, 2015 at 6:13:37 AM UTC-5, sam.h...@gmail.com wrote:
> On Wednesday, April 22, 2009 at 8:36:21 AM UTC+1, David Cournapeau wrote:
> > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > > Hi guys,
> > >
> > > I'm new to python, i downloaded version 2.5, opened
On Wednesday, April 22, 2009 at 8:36:21 AM UTC+1, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > Hi guys,
> >
> > I'm new to python, i downloaded version 2.5, opened windows (vista)
> > command line and wrote "python", this should take me to the pyth
On 23 Apr, 02:25, Dave Angel wrote:
> 83nini wrote:
> > Christian,
> > at last i made the bat file (python25.bat) that contains the following
> > contents:
>
> > ---
> > @C:\Python25\python.exe %*
> > ---
>
> > could you tell me how to call python25 in the batch files? what batch
> > files do you
83nini wrote:
Christian,
at last i made the bat file (python25.bat) that contains the following
contents:
---
@C:\Python25\python.exe %*
---
could you tell me how to call python25 in the batch files? what batch
files do you mean? where do i find them?
Your original question was how to get a
83nini wrote:
... at last i made the bat file (python25.bat) that contains the
following contents:
---
@C:\Python25\python.exe %*
---
could you tell me how to call python25 in the batch files? what batch
files do you mean? where do i find them?
"python25.bat" or "python25.cmd" are acceptable n
On 22 Apr, 16:23, 83nini <83n...@gmail.com> wrote:
> On 22 Apr, 13:45, David Cournapeau wrote:
>
> > On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> > > My way doesn't add the dlls to the search path. It allows you to have
> > > multiple python commands at once, too. I have shortcuts
On 22 Apr, 13:45, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> > My way doesn't add the dlls to the search path. It allows you to have
> > multiple python commands at once, too. I have shortcuts for python24,
> > python25 and python26 on my Windows box.
>
On Wed, Apr 22, 2009 at 8:43 PM, Christian Heimes wrote:
>
> My way doesn't add the dlls to the search path. It allows you to have
> multiple python commands at once, too. I have shortcuts for python24,
> python25 and python26 on my Windows box.
Ah, thanks, that's really useful. I need this too,
David Cournapeau schrieb:
> On Wed, Apr 22, 2009 at 6:24 PM, Christian Heimes wrote:
>
>> I highly recommend against adding C:\Python25 to your %PATH%. You can
>> get the same effect by adding a simple bat file to C:\Windows\System32
>
> I am curious, what's the difference ?
>
> And does this w
On Wed, Apr 22, 2009 at 6:24 PM, Christian Heimes wrote:
>
> I highly recommend against adding C:\Python25 to your %PATH%. You can
> get the same effect by adding a simple bat file to C:\Windows\System32
I am curious, what's the difference ?
And does this work if you want to add it to your user
On 22 Apr, 12:06, 83nini <83n...@gmail.com> wrote:
> On 22 Apr, 11:24, Christian Heimes wrote:
>
>
>
>
>
> > David Cournapeau schrieb:
>
> > > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > >> Hi guys,
>
> > >> I'm new to python, i downloaded version 2.5, opened windows (vis
On 22 Apr, 11:24, Christian Heimes wrote:
> David Cournapeau schrieb:
>
> > On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> >> Hi guys,
>
> >> I'm new to python, i downloaded version 2.5, opened windows (vista)
> >> command line and wrote "python", this should take me to the py
David Cournapeau schrieb:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
>> Hi guys,
>>
>> I'm new to python, i downloaded version 2.5, opened windows (vista)
>> command line and wrote "python", this should take me to the python
>> command line, but it did not! i'm getting : py
On 22 Apr, 10:31, Tim Golden wrote:
> 83nini wrote:
> > On 22 Apr, 10:04, David Cournapeau wrote:
> >> On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> >>> thanks for the tip, how do i add the path of python into my %PATH%?
> >> >From the command line (and from memory, I don'
83nini wrote:
On 22 Apr, 10:04, David Cournapeau wrote:
On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
thanks for the tip, how do i add the path of python into my %PATH%?
>From the command line (and from memory, I don't use windows regularly):
set PATH=C:\python25;%PATH%
On 22 Apr, 10:04, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> > thanks for the tip, how do i add the path of python into my %PATH%?
> >From the command line (and from memory, I don't use windows regularly):
>
> set PATH=C:\python25;%PATH%
>
> And
--- On Wed, 4/22/09, karlos barlos wrote:
From: karlos barlos
Subject: Re: python command not working
To: "Ben Finney"
Date: Wednesday, April 22, 2009, 3:05 AM
look for envaroment variables__ in system menu__path_paste the
python path in ___- done
i recomend you add s
On 22 Apr, 09:59, Ben Finney wrote:
> 83nini <83n...@gmail.com> writes:
> > I'm new to python, i downloaded version 2.5
>
> What exactly did you download? Give us the URL to the file if possible.
>
> > opened windows (vista) command line and wrote "python"
>
> The Python interpreter and libraries,
On Wed, Apr 22, 2009 at 4:44 PM, 83nini <83n...@gmail.com> wrote:
>
> thanks for the tip, how do i add the path of python into my %PATH%?
>From the command line (and from memory, I don't use windows regularly):
set PATH=C:\python25;%PATH%
And you can set it up permanently in the advanced settin
83nini <83n...@gmail.com> writes:
> I'm new to python, i downloaded version 2.5
What exactly did you download? Give us the URL to the file if possible.
> opened windows (vista) command line and wrote "python"
The Python interpreter and libraries, like any other application, needs
to be installe
On 22 Apr, 09:36, David Cournapeau wrote:
> On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> > Hi guys,
>
> > I'm new to python, i downloaded version 2.5, opened windows (vista)
> > command line and wrote "python", this should take me to the python
> > command line, but it did n
On Wed, Apr 22, 2009 at 4:20 PM, 83nini <83n...@gmail.com> wrote:
> Hi guys,
>
> I'm new to python, i downloaded version 2.5, opened windows (vista)
> command line and wrote "python", this should take me to the python
> command line, but it did not! i'm getting : python is not an internal
> command
Hi guys,
I'm new to python, i downloaded version 2.5, opened windows (vista)
command line and wrote "python", this should take me to the python
command line, but it did not! i'm getting : python is not an internal
command, external command, program, or command file.
anybody has a clue how do i so
30 matches
Mail list logo