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 carljm
Recipients carljm, msmhrt, vinay.sajip
Date 2012-10-04.15:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349364001.46.0.140519247828.issue16116@psf.upfronthosting.co.za>
In-reply-to
Content
On cursory inspection, I agree that this is precisely what the "if win32" block in `virtualenv_embedded/distutils-init.py` is intended to fix, and it seems to me the correct fix is likely to just make the equivalent fix directly in distutils: change the library_dirs-building code in `distutils.command.build_ext:finalize_options` (under the "if os.name == 'nt'" block) to build the path relative to `sys.base_exec_prefix` rather than `sys.exec_prefix`.
History
Date User Action Args
2012-10-04 15:20:01carljmsetrecipients: + carljm, vinay.sajip, msmhrt
2012-10-04 15:20:01carljmsetmessageid: <1349364001.46.0.140519247828.issue16116@psf.upfronthosting.co.za>
2012-10-04 15:20:01carljmlinkissue16116 messages
2012-10-04 15:20:01carljmcreate