Using Python 3.2 is no problem, just select the found Python 3.2 environment during install and everything works like a charm.
But I want to use PyPy
http://pypy.org/as an interpreter, since it speeds up my whole program a lot. There is no installer for PyPy (just copy and you are done), so during the install of py-SFML I cannot select the PyPy environment.
Looking at the installation section for 3rd party modules there does not help either, since they cover (for windows at least) only installation methods which are non *.exe (so with "pypy setup.py install" or "pip install packagexy").
I tried to compile py-SFML from the source, but there I have absolutely no clue what I am doing