iciently bad
that, like SIGSEGV, I don't want to run the cleanup code (even if I
can).
The process will eventually run as a service. I assume there is some
protocol for managing normal service control manager requests to start
and stop.
Thanks for any pointers.
Ross Boylan
__
On Thu, 2009-12-17 at 18:26 +, Tim Golden wrote:
>
> Curses. Clutching at straws: does wmi.__version__ definitely show
> "1.4.6"?
Yes.
Ross
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
On Thu, 2009-12-17 at 14:51 +, Tim Golden wrote:
> Ross Boylan wrote:
> > I've encountered a glitch: I can't seem to update the values in the
> > rules I retrieve. The relevant snippet is
> >
> > con = wmi.WMI(namespace=wpcns)
> > rules = con.W
I don't see documentation on many of the core win32com modules, e.g,
win32com.client.
Dispatch does not appear in the index.
More precisely, I see examples and tutorials, but no reference
material. There is reference documentation on a few
components--apparently mapi and pythoncom, but not in
Tim Golden wrote:
Ross Boylan wrote:
Tim Golden wrote:
import wmi
c = wmi.WMI (namespace="cimv2/Applications/WindowsParentalControls")
rules = c.WpcURLOverride (Sid=kelsey.SID)
print len (rules)
I've encountered a glitch: I can't seem to update the values in the
ru
Vernon Cole wrote:
Dear Ross:
The combined Python package hosted by Active State is convenient,
but does not always stay up to date. The current build of pywin32 is
214. Many bug fixes have happened in that time. I just tried the
build 214 COM browser "on my Vista Basic and it works correc
Tim Golden wrote:
import wmi
c = wmi.WMI (namespace="cimv2/Applications/WindowsParentalControls")
rules = c.WpcURLOverride (Sid=kelsey.SID)
print len (rules)
I've encountered a glitch: I can't seem to update the values in the
rules I retrieve. The relevant snippet is
con = wmi.WMI(names
st.InsertItem(parentHandle, hInsertAfter, (None,
None, None, text, bitmapCol, bitmapSel, cItems, 0))
TypeError: The text item must be a string or None (got unicode)
The "+" expands to an item that says "The type info can not be loaded."
On Tue, 2009-12-15 at 20:21 +, Tim Golden wrote:
> Ross Boylan wrote:
> > This python script gets no URL overrides and no user settings:
> > PythonWin 2.6.4 (r264:75706, Nov 3 2009, 13:23:17) [MSC v.1500 32 bit
> > (Intel)] on win32.
> > Portions Copyright 1994-20
ere
SID = """ _
& kelsey.SID &"""")
WScript.Echo urls.Count
I speculate this is a permission issue, since I understand admin
accounts have an elevated and a regular privilege token. The parental
controls documentation doesn't indicate there are permiss
++
interface; I don't see any COM interface.
I think this is new in Vista. Is there a way to do this from Python?
Thanks.
Ross Boylan
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
11 matches
Mail list logo