Can't run lpr from python on windows 2012 server

loial jldunn2000 at gmail.com
Fri Apr 22 10:15:39 EDT 2016


I am reposting this question in a simpler form.

I can run lpr from the command prompt but not from python

os.system("notepad") works
os.system("lpr") does not work. Basically it says lpr is not a known program or executable

Why can I run lpr from the windows command prompt but not from python(2.7)




More information about the Python-list mailing list