I wrote a program for creating a csv file.
I am using pyton on windows.
The output i get is not in ANSI.

Is there a way i can get the output in ansi,
I imported locale and tried wb and w as type of writing.
ofile=open(r'D:\bestanden\BAG\adrescoordinaten.csv', 'w(b)')






                                          
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to