Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93362
| X-FeedAbuse | http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 |
|---|---|
| Path | csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:sourceforge': 0.03; 'win32': 0.03; 'from:addr:yahoo.co.uk': 0.05; 'pywin32': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; "tim's": 0.16; 'url:pywin32': 0.16; 'url:timgolden': 0.16; 'win32print': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'tells': 0.18; 'language': 0.19; 'windows': 0.20; '(or': 0.21; 'trying': 0.22; 'lawrence': 0.22; 'module': 0.23; 'header:In-Reply-To:1': 0.24; 'downloaded': 0.24; 'tim': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'looks': 0.29; "skip:' 10": 0.30; 'print': 0.31; 'code': 0.31; 'probably': 0.32; 'language.': 0.32; 'file': 0.34; 'to:addr:python-list': 0.35; 'something': 0.35; 'but': 0.36; 'text': 0.36; 'project': 0.36; 'except': 0.36; 'subject:: ': 0.37; 'received:org': 0.38; 'whatever': 0.39; 'to:addr:python.org': 0.39; 'build': 0.40; 'where': 0.40; 'mark': 0.40; 'called': 0.40; 'avoid': 0.61; 'url:%20': 0.63; 'latest': 0.64; 'it!': 0.64; 'url:me': 0.64; 'our': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; 'eg:': 0.84; 'pythonistas,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: win32print |
| Date | Wed, 01 Jul 2015 11:15:00 +0100 |
| References | <b_Nkx.8097$Mi.4254@fx38.am4> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-78-147-180-233.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| In-Reply-To | <b_Nkx.8097$Mi.4254@fx38.am4> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.209.1435745712.3674.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1435745712 news.xs4all.nl 2856 [2001:888:2000:d::a6]:38102 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:93362 |
Show key headers only | View raw
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