changes on disk not visible to script ?

Bruce epost2 at gmail.com
Mon Oct 8 10:11:53 EDT 2007


On 8 Okt, 15:56, Richie Hindle <ric... at entrian.com> wrote:
> [Bruce]
>
> > f.close()
> > cmd = "echo %s | %s"%(argument_file,the_program)
>
> Either: you are a VB programmer and you've actually typed "f.close" rather
> than "f.close()",
>
> Or: you meant "type" (or "cat") rather than "echo",
>
> Or: I need a new crystal ball.  8-)
>
> --
> Richie Hindle
> ric... at entrian.com

You are right, I forgot the () in f.close() !
thanks for pointing that out.

VB programmer!? Thats really harsh..




More information about the Python-list mailing list