[wxPython] wxTextCtrl Replace bug?

When I use the Replace method on a wxTextCtrl I get a popup dialog that
says

Failed to set clipboard data. (error 1418: thread does not have
clipboard open)

This is with version 2.3.1 running on python 2.1.1 on windows2000.

Any work a rounds?
Thanks
gb

I had the same problem. My workaround was
to use the Remove and then WriteText methods instead of
the Replace method.

---Gareth

ยทยทยท

----- Original Message -----
From: "Gary Bishop" <gb@cs.unc.edu>
To: <wxpython-users@lists.wxwindows.org>
Sent: Tuesday, July 24, 2001 7:55 AM
Subject: [wxPython] wxTextCtrl Replace bug?

When I use the Replace method on a wxTextCtrl I get a popup dialog that
says
This is with version 2.3.1 running on python 2.1.1 on windows2000.
Any work a rounds?