On Tue, Aug 25, 2009 at 1:09 PM, David Cournapeau<[email protected]> wrote: > On Tue, Aug 25, 2009 at 12:07 PM, Dag Sverre > Seljebotn<[email protected]> wrote: > >> >> Hmm. If you wanted to start writing parts of NumPy in Cython, you'd need >> for Cython to support Windows x64 and Visual C though? > > Yes, but that's a bit different I believe: you want cython to output C > code which is "visual studio compliant", but you don't need visual > studio to build cython or even output compatible C code. Wine does not > help you for the first part (at least as long as VS does not work on > wine), but is very helpful for the second part.
Of course, I meant the contrary: wine helps you with building binaries for cython and supporting windows users much better, but is not so helpful if you need to test things w.r.t. a typical windows *dev* environment, as Visual Studio cannot be installed (yet) in wine. cheers, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
