On Apr 25, 2:44 pm, "Gabriel Ibanez" <[EMAIL PROTECTED]> wrote:
> Hi !
>
> Other idea (old style school):
>
> def printing():
> f=open("lpt1", "w")
> f.write("\nSomething to print\f")
> f.close()
>
> Cheers..
>
> - Ibanez -
>I haven't found a way from within python to print f. I'm sure there it is something simple but I've been searching for a couple weeks now with no luck. Mike -- http://mail.python.org/mailman/listinfo/python-list
