I'm using the awesome wmi package in my application which I understand uses
pythoncom.
I'm using wmi to perform operations like setting the IP of a network
adapter, reading various bits of system information.
I'm finding that once in a while calls start failing with an
error -2147180508 ( 0x8004A
On 01/04/2014 11:52, Joss Gray wrote:
> I'm using the awesome wmi package in my application which I understand
> uses pythoncom.
>
> I'm using wmi to perform operations like setting the IP of a network
> adapter, reading various bits of system information.
>
> I'm finding that once in a while cal
On 04/01/2014 6:52 AM, Joss Gray wrote:
I'm using the awesome wmi package in my application which I understand
uses pythoncom.
I'm using wmi to perform operations like setting the IP of a network
adapter, reading various bits of system information.
I'm finding that once in a while calls star
Thanks, for some reason I couldn't find anything with google.
Turns out it is a bug with windows, hotfix here
http://support.microsoft.com/kb/2530185
Thanks.
*Joss Gray*
d3 Operator/Technician
*d3 Technologies.*
T. +44 20 7234 9840
M. +44 7969 542 844
d3technologies.com
**
I posted the following question on stackoverflow but do not seriously think
I will get any answers to the question and was hoping that one of you may
know if what I want to do is even possible and if so, will a novice like me
be able to do it; and most importantly, how to do it, at least conceptual