It builds now but i cant really use it, as it crashes in my own test program and all of the included tests. My test uses your module to create the window and keep track of fps but uses pyOpenGl to render.
here is the build log for the build:
http://pastebin.com/8aRUUjuNMy test creates a window then it just crashes python. The other tests its spits out some errors
this is from lowleveldrawable.py:
Traceback (most recent call last):
File "E:\pysfml2-cython\lowleveldrawable.py", line 7, in <module>
class LowLevelDrawable(sf.Drawable):
AttributeError: 'module' object has no attribute 'Drawable'
Everything works fine in the windows build in the downloads page.