Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-29 Thread Bill Janssen
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

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Tim Roberts
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

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Bill Janssen
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

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Tim Roberts
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

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Bill Janssen
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

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Tim Roberts
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

[python-win32] Can't see Python27.dll on Win 7

2010-11-23 Thread Bill Janssen
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