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 interact with CUPS. -- Taekyon -- http://mail.python.org/mailman/listinfo/python-list
