Running lpr on windows from python

loial jldunn2000 at gmail.com
Fri Apr 22 07:30:15 EDT 2016


Nothing seems to work.

Even doing

import os
os.system("lpr")

still returns 
'lpr' is not recognized as an internal or external command,operable program or batch file.


Even though I can run lpr fine from the command prompt




More information about the Python-list mailing list