On 12/02/15 11:34, Réginald Arseneau wrote:
I,
I'm trying this code for Voice Text To Speech and Wav File Make and Save,
but I'm recontering this problem when I import the Editor to Python OnLine.
This list is for folks learning the python language and its standard
library.
WE may not be
I,
I'm trying this code for Voice Text To Speech and Wav File Make and Save,
but I'm recontering this problem when I import the Editor to Python OnLine.
>>> import Editor2
Traceback (most recent call last):
File "", line 1, in
File "Editor2.py", line 5, in
import Sapi5
File "Sapi5.py", line
Message: 1
Date: Sat, 5 Jul 2008 16:50:35 -0600
From: "Alex Krycek" <[EMAIL PROTECTED]>
Subject: [Tutor] Wave module
To: tutor@python.org
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
I'm trying to join two .wav
Hello,
I'm trying to join two .wav files with the wave module. But when I try to
use wave.open(filename, "rb") I receive the following error:
Traceback (most recent call last):
File "", line 1, in
File "F:\PortablePython1.0\lib\wave.py", line 483, in open
return Wave_read(f)
File "F:\P