[Tony Meyer] >> Browse shouldn't be too hard - you should be able to just call >> CreateFileDialog, right?
[Kenny Pitt] > Unfortunately, that's kind of the sticking point. > CreateFileDialog comes from win32ui, not win32gui, and > win32ui requires the MFC dlls. Ah - I didn't realise that CreateFileDialog was in win32ui and not win32gui. Does this mean all common dialogs need win32ui, or can we just call them (CFileDialog) explicitly ourselves? (With something like win32api.LoadLibrary). > I played around a little with a SQLite classifier also [...] > Right now, I don't know if it would really be any > more stable than bsd or not. That's the trouble - I never get an bsddb corruption problems anymore, so I have no idea if I would trigger problems with other storage methods either. It would be good if we could have a range available at least in the 1.1 alphas anyway. Maybe in 1.2 the storage method could even be exposed via the GUI (in Advanced options). =Tony.Meyer _______________________________________________ spambayes-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-dev
