Miss Pfeffe wrote:
>How do you make a python out of a banana?!
You kiss it just long enough - else it turns into a frog, so be careful!
--
http://mail.python.org/mailman/listinfo/python-list
How do you make a python out of a banana?!--
http://mail.python.org/mailman/listinfo/python-list
poisondart wrote:
Is there a way to dynamically generate temporary files (such as an
html, xml or text file) in Python?
I'm not sure if I'm explaining myself clearly as I've no clue how to
describe this mechanism. I've seen it on certain websites that will
generate a file under certain parameters (
import tempfile
works under windows and linux
--
http://mail.python.org/mailman/listinfo/python-list
On 27 Apr 2005 23:32:15 -0700, poisondart <[EMAIL PROTECTED]> wrote:
> Is there a way to dynamically generate temporary files (such as an
> html, xml or text file) in Python?
>
> I'm not sure if I'm explaining myself clearly as I've no clue how to
> describe this mechanism. I've seen it on certain
poisondart wrote:
Is there a way to dynamically generate temporary files (such as an
html, xml or text file) in Python?
I'm not sure if I'm explaining myself clearly as I've no clue how to
describe this mechanism. I've seen it on certain websites that will
generate a file under certain parameters (
Michael Hoffman wrote:
The easiest way, in my mind would be to store the files in a directory
according to the hour they were requested, for example, a file generated
between 2 p.m. and 3 p.m. today:
http://www.example.com/temp/20050428T14/d41d8cd98f00b204e9800998ecf8427e.html
Depending on the
poisondart wrote:
I've seen it on certain websites that will
generate a file under certain parameters (through forms) that will
dissapear (i.e. delete itself) after a specified amount of time...
Is there a group of library functions that allow this?
No.
The easiest way, in my mind would be to store
Is there a way to dynamically generate temporary files (such as an
html, xml or text file) in Python?
I'm not sure if I'm explaining myself clearly as I've no clue how to
describe this mechanism. I've seen it on certain websites that will
generate a file under certain parameters (through forms) th