Re: [Tutor] Printing data to a printer...

2010-01-02 Thread Alan Gauld
"Ken G." wrote > Wow, I looked and looked. I can print out my program listing but can > not print the resulted data produced by the program. Printing is always difficult in a modern OS because your program and Python cannot be sure of what kind of device it is going to print on. Unix traditi

Re: [Tutor] Printing data to a printer...

2010-01-02 Thread Ken G.
Rich Lovely wrote: 2010/1/2 Ken G. : Wow, I looked and looked. I can print out my program listing but can not print the resulted data produced by the program. How do I print out on my USB printer the data output of my Python program I ran in my Ubuntu terminal via Geany IDE? I already wro

Re: [Tutor] Printing data to a printer...

2010-01-02 Thread Rich Lovely
2010/1/2 Ken G. : > Wow, I looked and looked.  I can print out my program listing but can not > print the resulted data produced by the program. > > How do I print out on my USB printer the data output of my Python program I > ran in my Ubuntu terminal via Geany IDE? > I already wrote several progr

[Tutor] Printing data to a printer...

2010-01-02 Thread Ken G.
Wow, I looked and looked. I can print out my program listing but can not print the resulted data produced by the program. How do I print out on my USB printer the data output of my Python program I ran in my Ubuntu terminal via Geany IDE? I already wrote several programs using raw_input, fil