Re: Where can I find good python code?

2006-10-16 Thread kdart
I think the following is a package with a lot of good code. But then, I'm biased. ;-) http://code.google.com/p/pynms/ On Oct 13, 9:08 am, "js " <[EMAIL PROTECTED]> wrote: > Hi, > > I've learned basics of Python and want to go to the next step. > So I'm looking for good python examples > I steal

Re: Getting text into the copy-paste buffer...

2006-09-05 Thread kdart
David Hirschfield wrote: > Strange request, but is there any way to get text into the linux > copy-paste buffer from a python script ? > > I know the standard python libraries won't have that functionality > (except as a side-effect, perhaps?), but is there a simple trick that > would do it on lin