Re: [python-win32] Pythonwin crashes everytime

2009-02-01 Thread Vernon Cole
Are you using a Chinese character set by default? If so, you may be the second person to discover a bug which was described recently. I quote: I tracked down the source of the problem. > > I am using Windows XP, SP3. Two days ago I changed Control Panel, Regional > and Language Options, Advanced

[python-win32] BUG? Edit -> Replace does not work in interactive window.

2009-02-01 Thread bob gailer
BUG? Edit -> Replace does not work in interactive window. -- Bob Gailer Chapel Hill NC 919-636-4239 ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Windows Service, user activity and timed message box

2009-02-01 Thread Tim Golden
Ferdinand Sousa wrote: I couldn't find the GetLastInputInfo function (pywin32 212, python 2.5.2 on Xp). That's because it's not there . You'd have to use ctypes or roll your own extension for that. What I'm putting together is a script that uses Adobe Acrobat COM. It opens a port and listens

Re: [python-win32] Windows Service, user activity and timed message box

2009-02-01 Thread Ferdinand Sousa
Hi , first of all, thanks to Harald Armin Massa for the timed message box code (attached as text for reference). I'll tweak it to my requirements. Also, my thanks to Tim J Golden for his help. As regards the following: > B] How do we check duration since last user activity -- Assuming that the >>