Patches item #1168055, was opened at 2005-03-22 11:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1168055&group_id=5470
Category: Distutils and setup.py Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michiel de Hoon (mdehoon) Assigned to: Nobody/Anonymous (nobody) Summary: Add current dir when running try_run test program Initial Comment: The try_run function in command/config.py is used to run a test program as part of configuring an extension module with "python setup.py config" before running "python setup.py build". When running the test program, the current directory is not included in the program name. So it attempts to run _configtest instead of ./_configtest. This works fine as long as the user has the current directory in the path. If not, the attempt to run _configtest fails. The patch adds the current directory in front of _configtest, so that the program runs even if the user does not have the current directory in the path. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1168055&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
