On Thu, 1 Feb 2007, [ISO-8859-1] J?nos Juh?sz wrote:
> do you have any idea, how I can send a txt file to the default printer in
> landscape view with python on windows.
> I wanted to set up just the char size and the orientation of the printout.
I've gotten a crush on wxPython, now that it's ni
> Hi All,
>
> do you have any idea, how I can send a txt file to the default printer in
> landscape view with python on windows.
> I wanted to set up just the char size and the orientation of the printout.
>
> thinking about
> os.system('notepad.exe /pt "%%%s"' % filename)
Doesn't complete
János Juhász schrieb:
> do you have any idea, how I can send a txt file to the default printer in
> landscape view with python on windows.
I assume that by "txt file", you mean a file containing ASCII text?
> I wanted to set up just the char size and the orientation of the printout.
Printers no
Hi All,
do you have any idea, how I can send a txt file to the default printer in
landscape view with python on windows.
I wanted to set up just the char size and the orientation of the printout.
thinking about
os.system('notepad.exe /pt "%%%s"' % filename)
Yours sincerely,
___