I have a .pyx module that I\'ve been trying to compile for use with 64-bit python 3.4 on Windows through various means but with no success.
After a lot of trial and erro
Ok, at long last I managed to make it work.
The fantastic resources by Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs) are key.
(Trying all sorts of wild suggestions for this task, I have gone through many more steps but as far as I can tell, these are the only ones that actually made a difference in the end)