Re: Printing to printer, windows 7

2015-02-17 Thread MRAB
On 2015-02-18 01:41, Dennis Lee Bieber wrote: On Mon, 16 Feb 2015 22:02:33 -0500, Dave Angel declaimed the following: It is a simple problem. All you have to do is send the correct bytes to a file object that will transfer those bytes to the printer. It's been a long time since I used Windo

Re: Printing to printer, windows 7

2015-02-17 Thread sohcahtoa82
On Monday, February 16, 2015 at 6:08:33 PM UTC-8, ken.h...@gmail.com wrote: > Would seem to be a simple problem. I just want to print to my printer > instead of the console using Python 2.7, Windows 7. Hours of looking through > FAQ's and Google haven't yielded a solution. Any suggestions appr

Re: Printing to printer, windows 7

2015-02-17 Thread sjmsoft
On Monday, February 16, 2015 at 10:08:33 PM UTC-4, ken.h...@gmail.com wrote: > Would seem to be a simple problem. I just want to print to my printer > instead of the console using Python 2.7, Windows 7. Hours of looking through > FAQ's and Google haven't yielded a solution. Any suggestions app

Re: Printing to printer, windows 7

2015-02-16 Thread Dave Angel
On 02/16/2015 09:08 PM, ken.hes...@gmail.com wrote: Would seem to be a simple problem. I just want to print to my printer instead of the console using Python 2.7, Windows 7. Hours of looking through FAQ's and Google haven't yielded a solution. Any suggestions appreciated -- It is a simple