[Python-bugs-list] [Bug #114290] search_for_prefix failure on relative path

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Sep 2000 10:03:52 -0700


Bug #114290, was updated on 2000-Sep-12 14:38
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 7
Summary: search_for_prefix failure on relative path

Details: The code in getpath.c fails in Step 3 (search for the libraries using the argv0 path) when python is invoked with a relative path.  The search code should be able to join the relative path with the current working directory and find the landmark file.


Follow-Ups:

Date: 2000-Sep-12 19:20
By: fdrake

Comment:
Barry, didn't you write most of the current code to locate the installation?  If not, assign it to whoever did.
-------------------------------------------------------

Date: 2000-Sep-25 10:00
By: jhylton

Comment:
fixed in rev. 1.31 of Modules/getpath.c

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=114290&group_id=5470