Re: [Tutor] clipboard questions

2009-01-26 Thread Che M
> To: tutor@python.org > From: alan.ga...@btinternet.com > Date: Mon, 26 Jan 2009 10:13:15 + > Subject: Re: [Tutor] clipboard questions > > > "Che M" wrote > >> I'm curious about how to interact with the

Re: [Tutor] clipboard questions

2009-01-26 Thread spir
Le Mon, 26 Jan 2009 02:23:05 -0500, Che M a écrit : > > I'm curious about how to interact with the contents of the clipboard > effectively and have a couple of questions... > > 1) Is there one cross-platform way to read the clipboard, or does one > have to have a different way to do it for Win

Re: [Tutor] clipboard questions

2009-01-26 Thread Alan Gauld
"Che M" wrote I'm curious about how to interact with the contents of the clipboard effectively and have a couple of questions... 1) Is there one cross-platform way to read the clipboard, In a generic sense no. But if the cut n paste is within a single application then yes, you can use a cro