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 almar
Recipients almar, eric.araujo, mhammond, tarek
Date 2012-01-13.14:52:49
SpamBayes Score 2.627692e-07
Marked as misclassified No
Message-id <1326466429.66.0.916767920992.issue13765@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I went to prepare a minimal example that does not use Cython nor Numpy. And then the problem was gone. Even more so, my fix would cause a problem, because somewhere quotes are placed around the entire command:

...link.exe /DLL "/LIBPATH:C:\Program Files (x86)\python32\libs" etc.

This somewhere is in spawn(), which calls nt_quote_args().

So I went on to search for the cause in Cython, and after that in Numpy. I have no traced it to Numpy, because it does NOT use the nt_quote_args() function of distutils.

So I think we can close the issue. I will open an issue at numpy.
History
Date User Action Args
2012-01-13 14:53:49almarsetrecipients: + almar, mhammond, tarek, eric.araujo
2012-01-13 14:53:49almarsetmessageid: <1326466429.66.0.916767920992.issue13765@psf.upfronthosting.co.za>
2012-01-13 14:52:49almarlinkissue13765 messages
2012-01-13 14:52:49almarcreate