[python-win32] ActiveX Script & Classic ASP bug with args passed from VBScript

Chris Lambacher chris at kateandchris.net
Thu Mar 24 20:21:06 CET 2011


Further information:

It looks like this is a general COM issue, not just an ActiveX Script
issue. If I do the test with a registered Python COM object, I get the
same results from VBScript. The bug has been updated with this new
information.

-Chris

On Thu, Mar 24, 2011 at 9:49 AM, Chris Lambacher <chris at kateandchris.net> wrote:
> Hi,
>
> I am trying to port a classic ASP application to Python with a
> mid-point step where we use the Python in ASP. As part of this, we are
> calling into Python from VBScript and finding that some parameters end
> up becoming Null after a function call.
>
> Some digging turned up an old bug against Python the language:
> http://bugs.python.org/issue1156179 which was closed as invalid since
> the issue is really a pywin32 bug, but as far as I can tell it was
> never forwarded on to the pywin32 bug tracker. I have created a bug on
> the pywin32 bug tracker (
> https://sourceforge.net/tracker/?func=detail&aid=3238774&group_id=78018&atid=551954
> ) and am willing to look into fixing it, but I need some guidance
> about how to go about solving this bug.
>
> Any assistance someone can provide would be very welcome.
>
> -Chris
>
> --
> Christopher Lambacher
> chris at kateandchris.net
>



-- 
Christopher Lambacher
chris at kateandchris.net


More information about the python-win32 mailing list