>     Python will create temp files (tempdir is /var/tmp on linux unless you
> specifically change it, /tmp on Winders I think) with a unique name for
> each group. This code in (the new) Spider.py will delete any that exist:

Chris, this is a dangerously buggy hack.  If you have two copies of
the distiller running simultaneously, it can delete files the other
distiller is using.  The correct thing to do is keep track of the temp
file names, and delete them explicitly when you are done with them.
This can even be done automagically by using object finalization.

Bill

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to