RE: [spambayes-dev] 1.0.2 and 1.1a1

2005-02-03 Thread Hernan Martinez Foffani
Given that we haven't been able to solve the bsddb corruption/run-recovery problem, I've completely given up and am happy in my ZODB.FileStorage world 0.1 wink. I'd like to include the necessary ZODB stuff in a a1 build so that people can give ZODB a go if they would like, assuming that

RE: [spambayes-dev] 1.0.2 and 1.1a1

2005-01-30 Thread Tony Meyer
There's a win32gui.GetOpenFileName() method that provides a lower-level interface to the open dialog. It requires you to manually construct the Win32 API OPENFILENAME structure and pass it in as a string, and I haven't had time to figure out how to do that yet. There's an example here: