[pywin32-bugs] [ pywin32-Bugs-721634 ] Defective LFN Handling in Version 1.53 Installer
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-25 05:56:33
|
Bugs item #721634, was opened at 2003-04-15 17:07 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=721634&group_id=78018 Category: pythonwin Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Matt R Hall (mhcomputing) Assigned to: Nobody/Anonymous (nobody) Summary: Defective LFN Handling in Version 1.53 Installer Initial Comment: Summary: Using the win32all-153.exe installer on Windows XP SP1 to install the extensions when the base version of Python resides in a directory path containing spaces results in an Access Violation. Testing Methodology / Error Reproduction: The installer crashed while attempting to register some of the COM components it installs when I attempted to use the installer to add the Win32 components when Python was installed into "C:\Program Files\python23" but functioned perfectly when Python was installed in "C:\python23". Possible Cause: I have observed that various Windows installer utilites perform improper conversion between LFN and non-LFN versions of file and path names used during installation. Perhaps a defective filename string causes the COM component registration procedures to fail. I would first attempt installing patches and updates for the installer generation utility to see if the errors in its LFN handling improve. It can with a high surety be stated that said upgrade would likely result in a resolution of the issue. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-10-25 15:56 Message: Logged In: YES user_id=14198 I explicitly tested the win32all I am preparing to release in this scenario, and it works. It is likely the bug has since been fixed. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=721634&group_id=78018 |