Re: [Python] Printing plain text with exact positioning on Windows

2010-01-05 Thread Chris Gonnerman
KvS wrote: So now I'm looking for other ways to get this printing job done. I know of Tim Goldens page about Windows printing: http://timgolden.me.uk/python/win32_how_do_i/print.html and have been googling a lot, but I'm still not convinced what the best way to go is. E.g. I can't get clear wheth

Re: Python printing!

2008-01-23 Thread Alan G Isaac
SMALLp wrote: > Hy. How to use printer in python. http://tgolden.sc.sabren.com/python/win32_how_do_i/print.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python printing!

2008-01-23 Thread Tim Golden
SMALLp wrote: > Hy. How to use printer in python. I goggled little i I found only some > win32 package which doesn't look processing for cross platform > application. (I'm using USB printer and I tried to f=open("dev/...") usb > port but i couldn't fond where printer is! You perhaps want to lo