python-sfml 1.3 is the one i tried out first and i got the same problem installing
pysfml-cython, which is another python binding. Same error here:
src/sfml.cpp:353:10: fatal error: 'SFML/Graphics.hpp' file not found
#include "SFML/Graphics.hpp"
I even tried to install python bindings together with SFML 2.0, because i read that PySFML 1.3 is written for SFML 2.0, but that didn't work either
Hm, could it be the wrong cython version? Maybe i need to install cython 0.19?