[ python-Bugs-1746880 ] AMD64 installer does not place python25.dll in system dir
SourceForge.net
noreply at sourceforge.net
Tue Jul 3 04:17:53 CEST 2007
Bugs item #1746880, was opened at 2007-07-02 21:02
Message generated for change (Comment added) made by rupole
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1746880&group_id=5470
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: Installation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roger Upole (rupole)
Assigned to: Nobody/Anonymous (nobody)
Summary: AMD64 installer does not place python25.dll in system dir
Initial Comment:
Even with All Users selected, the 2.5.1 AMD64 msi installer puts python25.dll in the base python directory. Attaching install log.
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2007-07-02 21:17
Message:
Logged In: YES
user_id=771074
Originator: YES
This looks like a simple typo in msi.py:
if msilib.Win64:
SystemFolderName = "[SystemFolder64]"
It should be System64Folder instead.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1746880&group_id=5470
More information about the Python-bugs-list
mailing list