Can I print from Python?

Jim Williams jimw1956 at cs.comnojunk
Sun Apr 7 11:05:24 EDT 2002


<< t's very platform-dependant; on unix, if your lp command is set up
correctly, you can save to a text file and then do os.system("lp
file.txt"). I don't know about windows. >>
Ahhh..that sheds a little light then.  probably could do something like 
os.system("copy file.txt lpt1") maybe.  Thanks will experiment with it.






More information about the Python-list mailing list