Alexnb wrote:
So, I know there is a tk.openfiledialog() thing. But is there one for
printing? like I am doubting it, but I want to prompt the user and let them
be able to pick a printer. Is there one? or is there a good way to do this?

There is no general cross-platform printing method in Tkinter. There are separate solutions for Windows and Mac. Google can help here, as can the Tcl/Tk wiki at http://wiki.tcl.tk. Under *Nix, you will probably have to roll your own dialog and sent output to lpr.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to