On 2016-03-24, Bryon Fawcett <[email protected]> wrote: > Could you please advise me how to connect the python software to my default > printer.
import os
os.popen("lpr","w").write("Hi there, this just got printed!\r\n")
--
Grant
--
https://mail.python.org/mailman/listinfo/python-list
