[python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Joss Gray
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

Re: [python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Tim Golden
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

Re: [python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Rod Person
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

Re: [python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Joss Gray
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 **

[python-win32] Write excel 2007 table to specific location in a word document using python 2.7.5

2014-04-01 Thread Access Newbie
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