
Description
I just did a clean install of Python 3.5 64-bit into Windows 7 64-bit SP1.
I then installed pywin32. In both cases I used Admin privileges.
Unfortunately, at the end of the pywin32 install I got this error message displayed in the installer window:
Traceback (most recent call last):
File "", line 613, in
File "", line 321, in install
File "", line 159, in LoadSystemModule
File "C:\Program Files\Python 3.5\lib\imp.py", line 342, in load_dynamic
return _load(spec)
File "", line 693, in _load
File "", line 666, in _load_unlocked
File "", line 577, in module_from_spec
File "", line 903, in create_module
File "", line 222, in _call_with_frames_removed
ImportError: DLL load failed: The specified module could not be found.
The packages I used:
python-3.5.0-amd64.exe
pywin32-219.win-amd64-py3.5.exe
Reported by: m_n_summerfield
Original Ticket: pywin32/bugs/706