Skip to content Skip to sidebar Skip to footer

Hello World From Cython Wiki Not Working

I'm trying to follow this tutorial from Cython: http://docs.cython.org/docs/tutorial.html#the-basics-of-cython and I'm having a problem. The files are very simple. I have a hellow

Solution 1:

Looks like you're missing some package like python_dev or the like -- Debian and derivatives (including Ubuntu) have long preferred to isolate everything that could possibly be of "developer"'s use from the parts of a package that are for "everybody"... a philosophical stance I could debate against (and have debated against, without much practical success, in mahy fora), but one that, sadly, can't just be ignored:-(

Solution 2:

Oh damn... forget it...

I forgot to install the dev packages.

Duh. Stupid. Sorry guys.

Post a Comment for "Hello World From Cython Wiki Not Working"