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
--
https://mail.python.org/mailman/listinfo/python-list
