Re: [python-win32] pywin32 documentation wiki

2010-02-19 Thread le dahut
"le dahut" (French) is an imaginary beast that has 2 legs shorter than the other 2. But the difference is between the right and the left legs, it's because this animal lives on mountainsides. This makes its movements easier but it would, however, always moving in the same direction on the same

Re: [python-win32] pywin32 documentation wiki

2010-02-18 Thread Tim Golden
Hi, "le dahut". (Sorry; how would you prefer to be addressed?) What would be really useful is one or two paragraphs outlining the problem you're solving with this solution :) I've more-or-less followed your posts here over the past year, and your code's quite readable so I can get an idea, but pe

Re: [python-win32] pywin32 documentation wiki

2010-02-17 Thread le dahut
Hi, I've joined a file containing : * mytestservice_handlerex.py and : * mytestservice_isenslogon.py * isenslogon.py You can install them with command line (python.exe must be in your %PATH%) : 'mytestservice_isenslogon.py --interactive --startup=auto install' or 'mytestservice_handlerex.py --

Re: [python-win32] pywin32 documentation wiki

2010-02-15 Thread Ron Arts
Op 15-02-10 14:59, Tim Golden schreef: On 15/02/2010 13:30, le dahut wrote: Hello, I've made some development around Windows services and logon events detection (using SCM and using SENS). I've spend a lot of time discovering how things work and trying to write them (with great help from people

Re: [python-win32] pywin32 documentation wiki

2010-02-15 Thread Tim Golden
On 15/02/2010 13:30, le dahut wrote: Hello, I've made some development around Windows services and logon events detection (using SCM and using SENS). I've spend a lot of time discovering how things work and trying to write them (with great help from people on this list !) I think that people ma

[python-win32] pywin32 documentation wiki

2010-02-15 Thread le dahut
Hello, I've made some development around Windows services and logon events detection (using SCM and using SENS). I've spend a lot of time discovering how things work and trying to write them (with great help from people on this list !) I think that people may be interested by some examples a