[Python-bugs-list] [ python-Bugs-818029 ] installer wakes up
Windows File Protection
SourceForge.net
noreply at sourceforge.net
Sun Oct 5 17:21:14 EDT 2003
Bugs item #818029, was opened at 2003-10-05 03:49
Message generated for change (Comment added) made by logistix
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818029&group_id=5470
Category: Windows
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Pete (thegoldenear)
Assigned to: Thomas Heller (theller)
Summary: installer wakes up Windows File Protection
Initial Comment:
installing Python 2.3.2 on Windows 2000 SP4 induced the
Windows File Protection, presumably bcos an existing
system file had been replaced by an older version
----------------------------------------------------------------------
Comment By: logistix (logistix)
Date: 2003-10-05 16:21
Message:
Logged In: YES
user_id=699438
I couldn't reproduce this on a stock install of W2K SP 4.
If you're in a position to do so (you'll need the physical CD
media), could you rebuild your DLL cache? From the
command-line "sfc /purgecache && sfc /scannow" should do
this. After that, try to install python2.3.2 and see if sfc kicks
in again.
If you can't do that, you might want to see if the file
python23.dll somehow manually ended up in the %windir%
\system32\dllcache directory. As far as I know, thats the
only file that should be getting shoved into an area the sfc
cares about.
----------------------------------------------------------------------
Comment By: Tim Peters (tim_one)
Date: 2003-10-05 13:12
Message:
Logged In: YES
user_id=31435
Changed category to Windows and assigned to Thomas Heller.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818029&group_id=5470
More information about the Python-bugs-list
mailing list