Connect to Default Printer
Grant Edwards
invalid at invalid.invalid
Thu Mar 24 08:55:57 EDT 2016
More information about the Python-list mailing list
Thu Mar 24 08:55:57 EDT 2016
- Previous message (by thread): Connect to Default Printer
- Next message (by thread): Connect to Default Printer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2016-03-24, Bryon Fawcett <jandbfawcett at gmail.com> 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
- Previous message (by thread): Connect to Default Printer
- Next message (by thread): Connect to Default Printer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list