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 klo.uo
Recipients Ramchandra Apte, eric.araujo, klo.uo, loewis, serhiy.storchaka, tarek
Date 2013-01-09.18:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389592532.20130109192130@gmail.com>
In-reply-to <1357754782.86.0.145001916053.issue16907@psf.upfronthosting.co.za>
Content
I found two similar issues:

1. distutils compiler not handling spaces in path to output/src files: http://bugs.python.org/issue4508

with patches for unix compiler and cygwin compiler

2. Distutils does not put quotes around paths that contain spaces when compiling with MSVC: http://bugs.python.org/issue13765

with some patch for MSVC

Problem seems to be deeper than provided patches, as evident also from my report
History
Date User Action Args
2013-01-09 18:21:32klo.uosetrecipients: + klo.uo, loewis, tarek, eric.araujo, Ramchandra Apte, serhiy.storchaka
2013-01-09 18:21:32klo.uolinkissue16907 messages
2013-01-09 18:21:32klo.uocreate