Rolf Wester <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> Philippe C. Martin wrote:
> > Look at wxPython
> I will do it, thank you for your reply.

What you want specifically for the drawing in wx is probably
a Device Context. (Typically a wxClientDC, but you might 
want to swap to e.g. a wxPrinterDC at times...) Read more
at http://wxwidgets.org/manuals/2.5.3/wx_dcoverview.html
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to