My IDE is pydev / eclipse in Win XP.
I like the idea of ​​compiling cython modules inside the IDE, but I can only make it work in the Linux box.
right click on the project -> properties -> builders -> new -> program
I tried with the simplest setup.py and helloworld.pyx, as shown here:
http://docs.cython.org/src/userguide/tutorial.html
This is my screen on Linux

It compiles helloworld.pyx in the usual way, since
python setup.py build_ext --inplace
However, on WinXP, with the same settings, again after clicking
project → assembly project
I get

those. "is not a valid Win32 application."
Any clue why this is not working on WinXP?
Update: Problem resolved by Fabio . It works:

source share