[python-win32] Delete IIS website via wmi

2007-11-15 Thread Sten Spans
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) '''

[python-win32] Regarding Extending python in C

2007-11-15 Thread lakki p
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