[Tutor] Where is win32print in Windows 10 Pro [RESOLVED]

Alan Gauld alan.gauld at yahoo.co.uk
Thu Aug 11 13:19:32 EDT 2016


On 11/08/16 17:14, Ken G. wrote:

> Unfortunately, no printing is done yet. Still working on it. Your 
> reference to duckduckgo.com provided a list of useful pywin32 attibutes 
> but no examples was provided. Will keep looking. Thanks.

PyWin32 is a very thin layer on top of the Win32/COM API.
You probably need to be familiar with printing in Win32 to
use PyWin to print, and that's not trivial.

If you are already familiar with printing from C/C++ it
will be straightforward but otherwise you may be better
looking at other options.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list