Re: Temporary but named file with BSDDB

2010-06-14 Thread Jason
On Jun 14, 12:34 pm, Tim Pinkawa wrote: > On Sun, Jun 13, 2010 at 11:01 PM, Jason wrote: > The tempfile.TemporaryFile class should do the job. This part is > probably of particular interest to you: Thanks! Since the bsddb functions require a filename (not a file object), I'm thinking that "Named

Re: Temporary but named file with BSDDB

2010-06-13 Thread Tim Pinkawa
On Sun, Jun 13, 2010 at 11:01 PM, Jason wrote: > I'd like to use the BSDDB module in an app (intended only for GNU/ > Linux like OSes). > > I don't need the on-disk file to hang around after I've used it. So as > per the docs I gave it "None" for the filename. > > The problem is, it creates the te