Missed copying the list :(
-- Forwarded message --
From: Chris Lambacher
Date: Tue, Sep 13, 2011 at 11:34 AM
Subject: Re: [python-win32] Loading C extensions in Python 2.6/2.7
from classic ASP
To: Mark Hammond
On Sun, Sep 11, 2011 at 3:42 PM, Mark Hammond wrote:
> The best I
On Tue, Sep 13, 2011 at 11:45 AM, Chris Lambacher
wrote:
> Maybe the other modules are loading other DLLs and therefore need the
> manifest in order to be able to inherit it since it is not the main
> process loading the DLLs anymore?
>
Scratch that theory. This extension has a manifest with ms
Basically every C extension I have ever tried:
lxml
pycrypto
pyodbc
psyco
-Chris
On Tue, Sep 13, 2011 at 1:30 PM, mhamm...@skippinet.com.au
wrote:
> What are the other modules? Is it just the etree one?
>
> Mark
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>
> Chri
I don't import anything from pywin32 other than what would have already been
loaded before getting to my code by the pywin32 machinery that makes active
scripting work. When I get back to my computer I'll look at what gets loaded
in the most basic app and try to determine what loads those modules f
In a basic test where all I do is:
import sys
Response.Write(sys.version)
It loads the following dlls:
c:\windows\wow64\python27.dll
c:\windows\wow64\pywintypes.dll
c:\windows\wow64\pythoncomloader.dll
c:\windows\pythoncom27.dll
It loads the following extensions:
c:\python27\lib\site-packages\