[python-win32] pywin32-214 DLL install error

2010-07-21 Thread Freking John
Hi, I'm running XP SP3 and Python 2.6.2 and I'm trying to install pywin32-214 but it fails to load a DLL. The following is the error message I get at the end of the install. Traceback (most recent call last): File "", line 601, in File "", line 313, in install ImportError: DLL load fail

Re: [python-win32] pywin32-214 DLL install error

2010-07-25 Thread Freking John
.@acm.org] Sent: Saturday, July 24, 2010 6:26 AM To: Freking John Subject: Re: [python-win32] pywin32-214 DLL install error You're on the right track with your focus on .dlls but I'd say the loader can't find a .pyd (which is a .dll really) that win32api wants. A brute-force solution i