Re: [python-win32] Q: daemon spawn from within apache cgi blocks parent process

2005-05-24 Thread replytodirk
> On Tue, 24 May 2005 00:43:32 +0200, <[EMAIL PROTECTED]> wrote: > > >I want to create a daemon process from within a python cgi script running on > >apache/win32. This daemon's lifetime is longer than that of the creating cgi > >script - of course, because the script starts the daemon, writes some

[python-win32] Re: Getting file security access info on network

2005-05-24 Thread Roger Upole
Basically it means the sid in question doesn't exist on that domain. It could be a sid for an account that's been removed, or a local account on the remote machine, or even a sid for an account on another domain. Roger "Peter McTaggart" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to

[python-win32] Q: daemon spawn from within apache cgi blocks parent process

2005-05-24 Thread Tim Roberts
On Tue, 24 May 2005 00:43:32 +0200, <[EMAIL PROTECTED]> wrote: >I want to create a daemon process from within a python cgi script running on >apache/win32. This daemon's lifetime is longer than that of the creating cgi >script - of course, because the script starts the daemon, writes some html >co

Re: [python-win32] PyCListCtrl.GetItem() across processes

2005-05-24 Thread Michael Maurer
> Hello, I am trying to read the contents of a CListCtrl. The > control is in a window owned by a non-python process. I answered my own question... The problem was indeed that the PyCListCtrl implementation assumes the LV_ITEM memory is in the same process as the list control. If you allocate

[python-win32] Getting file security access info on network

2005-05-24 Thread Peter McTaggart
Hi, I'm trying to write a little python prog to list the groups and their members that have access to a directory or file on a network device. I can get info for a local file (on C drive) but this doesn't seem to work on a network drive: I get teh following error ---