Gadfly 's killing my DB files

Fredrik Lundh effbot at telia.com
Mon Mar 6 10:11:26 EST 2000


Lutz Schr”er <Lutz.Schroeer at altavista.net> wrote:
> I've got a weird problem using the gadfly DB tool:
>
> After creating the DB I try to open it with the following code snippet:
>
> import gadfly
> connect = gadfly.gadfly("database", ".")
> connect.close
>
> Unfortunately this is deleting the gfl and glb files only leaving the gfd
> file intact.

just guessing, but maybe it works better if you actually
call the close method?

connect.close()

</F>





More information about the Python-list mailing list