In a nutshell lux says that:
f = open("LPT1:")
f.write("bla bla")
f.close()
prints pure text very well, but he's looking for code that'll print
without having to specify how the printer is attached ( net, parallel,
usb or whatever).
the only thing that comes to my mind is getting python code to
|>>>"lux" <[EMAIL PROTECTED]> 09/22/05 4:01 pm >>>
|Salve a tutti,
|sono alle prese con delle stampe su
|stampanti ad aghi...
|
|Per stampare puro testo la soluzione più gettonata
|sembra essere
|
|f = open("LPT1:")
|f.write("bla bla")
|f.close()
|
|devo dire che funziona benissimo, ma
Salve a tutti,
sono alle prese con delle stampe su
stampanti ad aghi...
Per stampare puro testo la soluzione più gettonata
sembra essere
f = open("LPT1:")
f.write("bla bla")
f.close()
devo dire che funziona benissimo, ma mi piacerebbe
essere slegato falla parallela (sempre meno frequente)
e invi