file.read problem

wscrsurfdude mark at holmes.nl
Fri Feb 17 04:46:56 EST 2006


I have the solution, the flaw was not in the opening of the file, but
in the writing of the file. Stupid me, i opened it with mode rb, but
wrote it with w instead of with wb

Everybody thanks for helping me.




More information about the Python-list mailing list