Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Chris Lambacher
Hi Mark, I make changes to *other* extensions. I documented the change I made to distuils here: http://groups.google.com/group/isapi_wsgi-dev/msg/aa11ed3058e73660 Basically I disable the step that filters the MSVCRT out of the manifest. And then re-build the extension. I have not yet ventured int

Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Mark Hammond
On 7/09/2011 12:56 PM, Chris Lambacher wrote: Hi Mark, It looks like it is trying to use pythoncomloader26.dll. Maybe it is to due with the Wow64 stuff? I've pasted the Registry values below in case you can get any insight into it. If you have any suggestions about how to go about debugging it.

Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Chris Lambacher
I can also confirm that pythoncomloader26.dll has a manifest that includes the MSVCRT as Microsoft.VC90.CRT. -Chris On Tue, Sep 6, 2011 at 10:56 PM, Chris Lambacher wrote: > Hi Mark, > > It looks like it is trying to use pythoncomloader26.dll. Maybe it is > to due with the Wow64 stuff? I've past

Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Chris Lambacher
Hi Mark, It looks like it is trying to use pythoncomloader26.dll. Maybe it is to due with the Wow64 stuff? I've pasted the Registry values below in case you can get any insight into it. If you have any suggestions about how to go about debugging it. I am happy to put a little effort in here on my

Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Mark Hammond
On 7/09/2011 5:17 AM, Chris Lambacher wrote: Hi, Whenever I load an extension using the ActiveX Script for Python in a Classic ASP page, I get an error saying the DLL can't be loaded. I have solved this problem thus far by patching the distutils source for my local Python instance and rebuilding

Re: [python-win32] How to call Python methods and properties from VBS?

2011-09-06 Thread Chris Lambacher
*sigh* I responded to him and didn't notice that he only responded to me and the list bounce address. Here is *my* response to Bruce which went to him off list: Hi Bruce, You have to write some Python objects that have special properties that describe the COM interface to expose. That is the "c

[python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-06 Thread Chris Lambacher
Hi, Whenever I load an extension using the ActiveX Script for Python in a Classic ASP page, I get an error saying the DLL can't be loaded. I have solved this problem thus far by patching the distutils source for my local Python instance and rebuilding the extension (see http://groups.google.com/gr