Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93362
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: win32print |
| Date | 2015-07-01 11:15 +0100 |
| References | <b_Nkx.8097$Mi.4254@fx38.am4> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.209.1435745712.3674.python-list@python.org> (permalink) |
On 01/07/2015 09:59, BartC wrote: > I need to print a text file to whatever printer in Windows is called > 'Generic/Text Only'. I looked for a Python solution and come across Tim > Golden's win32print module which looks perfect, eg: > > http://timgolden.me.uk/pywin32-docs/win32print.html > > However, that tells me everything I need to know except how or where to > download it! > > Is this something that actually can be downloaded somewhere? (Or is it > obsolete, or a project that I have to build myself? In which case it'll > probably be easier to write my own Win32 code but I was trying to avoid > that.) > That's the standard pywin32 docs that happen to be on Tim's site. Get the latest pywin32 here http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
win32print BartC <bc@freeuk.com> - 2015-07-01 09:59 +0100
Re: win32print Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-01 11:15 +0100
Re: win32print BartC <bc@freeuk.com> - 2015-07-01 12:02 +0100
Re: win32print Tim Golden <mail@timgolden.me.uk> - 2015-07-01 12:28 +0100
Re: win32print BartC <bc@freeuk.com> - 2015-07-01 14:10 +0100
Re: win32print Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-01 09:17 -0400
csiph-web