Vinay Sajip added the comment:
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'))
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue16116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com