Help me to print to screen as well as log

Dave Angel davea at davea.name
Sat Nov 23 18:02:04 EST 2013


On Sat, 23 Nov 2013 05:11:11 -0800 (PST), Himanshu Garg 
<hgarg.india at gmail.com> wrote:
> How can I write to the same file from two different scripts opened 
at same time?

Using what version of python and on what OS?

Sone OS's will open the file exclusively by default. Others will let 
you stomp all over some other process' output.

Why not show us what you're trying and what happens and ask a much 
more specific question?

-- 
DaveA




More information about the Python-list mailing list