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.)

--
Bartc
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to