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

2011-03-24 Thread Chris Lambacher
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

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

2011-03-24 Thread Chris Lambacher
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