Hi Guys,
please give me the EXACT PROCEDURE with suitable EXAMPLE.
i tired but am getting error like: unable to open wchar.h
Thanks,
lakki
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Michel Claveau wrote:
>
>> James Matthews :
>> You can also try IronPython
>>
>
> Yes, IronPython is a good software.
>
> But WARNING:
> IronPython (IP) is really different: IP don't run Pywin32 ; IP don't run
> normal Python environment ; IP don't run many modules / libraries / your
>
I'm rewriting some iis management scripts in python,
using the python wmi bindings from http://tgolden.sc.sabren.com/python/wmi.html
Creating / Ennumerating sites works just fine.
But I can't seem to figure out how to delete sites.
import wmi
iis = wmi.WMI(namespace = "MicrosoftIISv2")
''' loc