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


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to