RE: [python-win32] Re: upgrading to python 2.4

2004-12-12 Thread Tony Meyer
> It's true, that works. But what is the point of developing on 2.4 if > you have to deploy on 2.3? If you aren't going to be able to > use any of 2.4's fancy new features when you deploy, why wouldn't you > do your development under 2.3? Thinking more long-term, perhaps? Some 2.4's features

Re: [python-win32] A Python Service that monitors the clipboard?

2004-12-12 Thread Hannes Grund
Among the recent contributions to ActiveState's python-cookbook is a small application, that adds a window the clipboard viewer chain. Try the URL http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/355593 regards, Hannes Grund > I have tried several times after puzzling about the code

[python-win32] Re: A Python Service that monitors the clipboard?

2004-12-12 Thread Andrey Ivanov
> I have tried several times after puzzling about the code in "Python > Programming on Win32," but I have not been able to figure out a simple > python service that monitors the clipboard. (My ultimate goal is to > have a service that is something like ArsClip. I am trying to do this > to lear