Almar Klein <almar.kl...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to