This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients carljm, msmhrt, vinay.sajip
Date 2012-10-04.16:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349368432.44.0.678326249761.issue16116@psf.upfronthosting.co.za>
In-reply-to
Content
If you like, you can make the added line conditional on "if sys.base_exec_prefix != sys.prefix", which is the form the actual fix is likely to take. Thus:

            if sys.base_exec_prefix != sys.prefix:
                self.library_dirs.append(os.path.join(sys.base_exec_prefix, 'libs'))
History
Date User Action Args
2012-10-04 16:33:52vinay.sajipsetrecipients: + vinay.sajip, carljm, msmhrt
2012-10-04 16:33:52vinay.sajipsetmessageid: <1349368432.44.0.678326249761.issue16116@psf.upfronthosting.co.za>
2012-10-04 16:33:52vinay.sajiplinkissue16116 messages
2012-10-04 16:33:52vinay.sajipcreate