Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93372
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: win32print |
| Date | 2015-07-01 09:17 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <b_Nkx.8097$Mi.4254@fx38.am4> <mailman.209.1435745712.3674.python-list@python.org> <iNPkx.1$cg6.0@fx02.am4> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.217.1435756683.3674.python-list@python.org> (permalink) |
On Wed, 01 Jul 2015 12:02:36 +0100, BartC <bc@freeuk.com> declaimed the
following:
>
>Yes, I ended up there at one point, but didn't see a win32print.py file,
>only a win32print.cpp one. I think messing about with C++ compilers and
>makefiles (that never work properly under Windows) defeats the object of
>trying to use Python for this purpose!
>
So far as I know, there is no "win32print.py" file... The functions are
part of the win32 /library/, which is a compiled DLL (the file you found
sounds like it may have been the source file for part of the library).
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous 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