> BTW: since the writing to stdout does not work on windows (and i guess > also not on OS/2 on MAC) what about writing an "sys.platform == > 'linux'" around this stdout code, so the parser do not create broken > DBs on non LINUX systems?
I'm going to pursue this a bit further on Windows, first. There must be some way to write binary output. > What about to use the filename only (cut of the drive, path and > extension) and if it still to long cut from the end? I suppose we could do that. I'd just as soon save as much of the earlier info as possible. Bill
