Kim Nguyen wrote:

> Fredrik Lundh,I replaced  mtime = os.stat(Path + 
> file_name)[os.path.stat.ST_MTIME]
> with mtime = nt.stat("q.py") per your suggested, then ran it from IDLE 2.4.2. 
> Here is
> the message I got

oh, sorry, that was an example that accidentally slipped through.  I somehow
expected you to realize that if you wanted to stat some other file, you would
pass in another filename.

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to