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 **

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 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

[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

[python-win32] Pythoncom error with Excel

2006-11-27 Thread Andrea Gavana
Hi all, I have built a script that communicates with Excel and plots some data using win32com. Everything goes fine as long as the data series do not contain many points. If I have more that few points (let's say 50 points to plot), I get this error: (-2147352567, 'Exception occurred.', (0, '

Re: [python-win32] Pythoncom error

2006-03-16 Thread Mark Hammond
> Here's the thing; I took your advice and kept an eye out for errors > related to the debugger support and fixed them when I found them > (often with a just quick try except clause as you suggested, I'll > revisit them when I get time), Please do, and feed the changes you made back to me (even if

Re: [python-win32] Pythoncom error

2006-03-16 Thread Emlyn Jones
On 3/15/06, Mark Hammond <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm stress testing an application I have written using the Python Asp > > bindings, on occasions I get an ASP 0147 error (Internal Server > > Error), In the IIS logs it manifests itself as a c005 trapable > > error. > > That sou

Re: [python-win32] Pythoncom error

2006-03-15 Thread Mark Hammond
> Hello, > I'm stress testing an application I have written using the Python Asp > bindings, on occasions I get an ASP 0147 error (Internal Server > Error), In the IIS logs it manifests itself as a c005 trapable > error. That sounds like an Access Violation is happening - which probably is *no

[python-win32] Pythoncom error

2006-03-15 Thread Emlyn Jones
Hello, I'm stress testing an application I have written using the Python Asp bindings, on occasions I get an ASP 0147 error (Internal Server Error), In the IIS logs it manifests itself as a c005 trapable error. Having attatched a debugger I noticed this in the resulting logs ..snip.. Wed M