Tim Roberts wrote:
> Here's another option. It is not well known that the newer versions of
> "depends" have a trace mode. You can launch an executable from inside
> "depends", and it will trace all of the DLL loads and unloads. That
> might tell you something.
Oh, very cool! Thanks so much
Bill Janssen wrote:
> I'm trying to install PyLucene using MinGW on Windows 7. It keeps
> failing when it tries to load the _jcc.pyd module (JCC is the compiler
> which wraps the Java Lucene library as a Python module). It fails
> with the notorious
>
> c:\Python27\python.exe: DLL load failed: Th
Tim Roberts wrote:
> Bill Janssen wrote:
> >
> > So, if I "cd" to "/c/Windows/System32", and do "ls -l python27.dll",
> > it's really looking at "/c/Windows/SysWOW64" instead? That's why I see
> > it with msys's "ls" and "file", but not with cmd.exe and "dir", or
> > depends.exe?
>
> Yes, altho
Bill Janssen wrote:
>
> So, if I "cd" to "/c/Windows/System32", and do "ls -l python27.dll",
> it's really looking at "/c/Windows/SysWOW64" instead? That's why I see
> it with msys's "ls" and "file", but not with cmd.exe and "dir", or
> depends.exe?
Yes, although "depends" should be smart enough
Tim Roberts wrote:
> Bill wrote:
> >
> >So I went to look in c:/Windows/System32/, and sure enough, there it is:
> >
> >$ file /c/Windows/System32/python27.dll
> >/c/Windows/System32/python27.dll: PE32 executable for MS Windows (DLL) (GUI)
> >Intel 80386 32-bit
> >$
>
> On 64-bit Windows, 32-bi
Bill wrote:
>
>So I went to look in c:/Windows/System32/, and sure enough, there it is:
>
>$ file /c/Windows/System32/python27.dll
>/c/Windows/System32/python27.dll: PE32 executable for MS Windows (DLL) (GUI)
>Intel 80386 32-bit
>$
On 64-bit Windows, 32-bit DLLs need to be installed in C:\Windows
Hi.
I'm trying to install PyLucene using MinGW on Windows 7. It keeps
failing when it tries to load the _jcc.pyd module (JCC is the compiler
which wraps the Java Lucene library as a Python module). It fails
with the notorious
c:\Python27\python.exe: DLL load failed: The specified module could n