Re: [Tutor] Wave module

2015-02-12 Thread Réginald Arseneau
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

Re: [Tutor] Wave module

2015-02-12 Thread Alan Gauld
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

[Tutor] Comparing two CSV filess using Python

2015-02-12 Thread andy van
Hi, I'm trying to compare two CSV files (and many more like these below). I tried many ways, using lists, dictreader and more but nothing gave me the output I require. I want to compare all those rows that have same !Sample_title and !Sample_geo_accession values (whose positions vary). I've been st