clipboard

Keith Murphy kpmurphy at my-deja.com
Mon Jul 10 17:14:07 EDT 2000


In article <8kddiq$8oc$1 at nnrp1.deja.com>,
  Keith Murphy <kpmurphy at my-deja.com> wrote:
> how do you read from / write to the system clipboard from Tkinter?
i'm
> on a unix machine, if that matters.  Thanks,
>
> -->keith
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

i've found out that...

>>> root.clipboard_clear()
>>> root.clipboard_append('python rules!')


... places text on the system clipboard, but how do you paste?
thanks...

-->keith


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list