[Metakit] Database binary compatibility?
Brian Kelley
fustigator at gmail.com
Mon Sep 20 19:41:10 CEST 2004
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
More information about the Metakit
mailing list