Which GUI?

Fredrik Lundh effbot at telia.com
Wed Feb 23 12:15:18 EST 2000


Reuben Sumner <rasumner at iname.com> wrote
> My guess is that you do indeed get the prize.  Just to insert a somewhat
> more specific comparison  between Tkinter and wxPython (then the debate
can
> continue on more subjective matters), from what I can tell you can print
> from wxPython and you cannot from Tkinter.

Tkinter supports limited printing (the canvas can
be printed to a postscript printer).

if you need something better than that, there are
stand-alone printing libraries available, including:

    http://piddle.sourceforge.net
    http://www.cygnus.com/~irox/tkprint/

also see:

    http://www.reportlab.com/

</F>





More information about the Python-list mailing list