[python-win32] Pb SxS for install

Mark Hammond skippy.hammond at gmail.com
Fri Jan 30 01:31:29 CET 2009


On 30/01/2009 10:54 AM, Michel Claveau wrote:
> Hi!
>
> When I try to install pywin32-212.6.win32-py2.6.exe, I had a "SideBySide
> error".
> Below, the complete message found in the journal of applications.
>
> Any idea, for solution ?
> Thanks in advance.


Oops!  It appears that in the process of applying some distutils patches 
to the various Python trees I have, I neglected to apply it (and/or 
build things after applying it) to the Python 2.6 trees.  As a result, 
the exe still had a reference to the msvc DLL.  I've uploaded 
pywin32-212.7.win-amd64-py2.6.exe and pywin32-212.7.win32-py2.6.exe 
which don't reference the C runtime DLL (the problem doesn't apply to 
earlier python versions and the py3k builds are correct in this regard)

It shouldn't be possible for me to make this mistake again as the 
distutils patches are now checked into Python's SVN, and please let me 
know if this fixes the problem.

Thanks,

Mark




More information about the python-win32 mailing list