|
|
|
True: there is an additional dependency (which was why I posted the pywin32-only version). I suppose if this were the only thing you were doing in which WMI helped then it would be a bit of an overhead. If you were doing admin-y things then you might well find it useful in any case.
Tim Golden |
Homepage |
07/06/15 - 4:58 pm | #
|
|
An additional dependency isn't much of a problewm - it was just a side comment really.
At work we've switched to the IronPython solution since that is what the rest of our code is in.
Fuzzyman |
Homepage |
07/06/15 - 6:19 pm | #
|
|
I think that's the thing with IronPython -- it's a bit like using, say, Python2.5. That is, once you discover how neat and easy it is to do thing x (and if you have no particular requirement for backwards compatibility) then you just go further and further down the line of x.
I could make the case that the .NET framework is a dependency for IronPython, but that's rather unfair and I know it. I'm just as unsure as I think many others are where to go with IronPython -- if one doesn't have an established and clear need to use it.
Tim Golden |
Homepage |
07/06/16 - 10:23 am | #
|
|
|
Commenting by HaloScan
|