> 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
> I wonder if the goal of pywin32 is to have a comprenhensive interface to
> win32 API, or if the API are implemented on as needed basis.
Both :) I do try and keep it comprehensive (eg, by implementing a complete
family of functions when possible), but the reality is that many API
functions are n
I wrote a little ditty to set Win volume, which will also check for what you
want (attached)
On my system, just running it prints:
C:\projects\sound>PYTHON VOL.PY
cbStruct 24
dwControlID 1
cChannels 1
cMultipleItems 0
cbDetails 4
paDetails c_ulong(32639)
waveOutGetNumDevs= 1
mixerGetNumDevs 1
r
I have great success with Python win so far. It is truely a better tool to
program Microsoft API than Microsoft themselves.
Today I stumbled on some API that doesn't seem to be supported by pywin32,
e.g. GetKeyboardState.
I wonder if the goal of pywin32 is to have a comprenhensive interface t
On Tue, 14 Mar 2006 07:47:35 -0800, "Gary Scorby"
<[EMAIL PROTECTED]> wrote:
>I have a visual basic com object I am trying to use, so far
>unsuccessfully. I am happily VB ignorant but will do my best to
>describe the problem.
>
>
>
>>> import win32com.client
>>> biff = win32com.client.
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