I'll bet you a beer that I know what you are doing wrong here (because
I've done the same thing :) )

If you load or save on windows, you MUST supply the binary flag.

read
file = open("foo", "b")

write
file = open('foo", "wb")

Another reason why windows stinks (IMHO).  If you want portable
metakit, whenever you use save or load just add the stupid binary
flag.

Brian
_____________________________________________
Metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to