I confirm for my bindings and if it hasn't been updated for 20 days, that's because I'm busy with other tasks related to it such porting other SFML-based library to make them compatible with the bindings.
When looking for python bindings I tried yours first, however after fixing two compile errors and encountering a third I decided to see what the pysfml-cython bindings had to offer. Those compiled almost effortlessly and work very well. Most (all?) of the issues seemed to be wrong assumptions about the SFML C++ API. I used SFML2 RC for both bindings.
I wanted to give you the heads up as your bindings seem more active and the documentation appears to be more polished. I could re-download and post specific compile errors if you wish, however as mentioned before they were all due to incorrect API usage. If there are multiple RC versions that could be the reason why please let me know, but I could only find one on the main SFML website.
Thank you,
Dave
I was maintaining two branches at a time, "master" based on SFML2-RC and "latest_sfml" based on the latest changes. Are you sure you were compiling the right branches. I admit my setup.py was sometimes outdated but most of the time it should have worked. I was using the latest Cython version too.
For each release, I made packages for Ubuntu and installers for Windows, I generated the C++ source to get rid of Cython depedency and made sure it was properly compiling on fresh Linux OSes.
You could have let me know about your compilation errors
Anyways, the next version (entirely based on SFML2) will be available by the end of the night as announced on the website, with installers and packages.