[python-win32] Re: File permissions...

2006-02-18 Thread Roger Upole
There's an example of changing a file's security in \win32\demos\security\set_file_audit.py. However, you'll need to use AddAccessAllowedAceEx instead of AddAccessAllowedAce to set the inheritance flags. hth Roger James Carroll wrote: > How do I grant permissions on directories w

[python-win32] Re: NT service update

2006-02-18 Thread Roger Upole
If the bulk of your service's functionality is kept in separate modules, you might be able to set it up so that you can send a signal to the service to reload them. hth Roger le dahut wrote: > Hi, > > I'm trying to update a self-build installed NT service on win XP. What > is the be

Re: [python-win32] Using win32com Constants

2006-02-18 Thread David Carter
Thanks to all who have sent some assistance... What I'm trying to accomplish is to understand more of the nuts and bolts. I'm at the intermediates level of learning python on my own, so there are bound to be some gaps in my understanding of python's innner workings. Anyway... The constants becom