On Thu, 2004-07-01 at 21:55, Gustavo J. A. M. Carneiro wrote:
> The message above is only saying that your text string is not well
> encoded in utf-8. Just try to use unicode objects instead of strings,
> if you're getting these problems, and python will automatically convert
> to utf-8 for you.
Embarrassingly, I did find out what the bug was, late at night, just as
I was about to go to sleep. I connected an accelerator to Control-Y,
which is also paste in my setup. Therefore, each time I hit Control-Y my
app it would do what it was meant to (redo) and then do a paste from
CLIPBOARD. It was the paste that was causing the grief.
Sorry for the fuss,
Michael
--
Michael JasonSmith http://www.ldots.org/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/