Comment 4 for bug 909351

Revision history for this message
Valter Vicente (vallovic) wrote :

This bug affected me, so I made a bit of search and found out that you just have to change "writer.writerow(row)" to "writer.writerow([row])" and it will work. Now I can export my information!

Explanation: http://stackoverflow.com/a/1816897