[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

Re: [python-win32] win32 and .NET

2007-11-15 Thread Tim Roberts
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 >

[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") ''' loc