> 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
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
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
> 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
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
---