At the bottom of this guide http://docs.python.org/library/csv.html there is an example of UnicodeWriter
But how can I use this example in python 2.4
I have an exception from codecs.getincrementalencoder (encoding) (). The getincrementalencoder property was created only in version 2.5. Who can replace this property?
Thank!
Duvan source
share