Bugs item #721636, was opened at 2003-04-15 00:10
Message generated for change (Settings changed) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=721636&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
>Status: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Matt R Hall (mhcomputing)
Assigned to: Nobody/Anonymous (nobody)
Summary: Naming Convention Inconsistent for Installation Log File
Initial Comment:
Summary:
A minor typographical / naming convention error removal
of the Win32 extensions.
Problem:
The installer mistakenly copies the installation log into
Python23\Lib\site-packages\W32INST.LOG instead of
INSTALL.LOG which causes it to fail when attempting
to uninstall the Win32 extensions.
Potential Fix:
Either the location of the install log or the call to the
uninstaller placed in the registry should be modified to
correct this, or potentially both.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2003-10-22 19:37
Message:
Logged In: YES
user_id=14198
I can't repro this. You are correct about the filename, but
my testing shows that the uninstall key for win32all does
point correctly to the W32INST.LOG file, that this log file
contains the correct entries, and that uninstall works
correctly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=721636&group_id=78018
|