hi,
on xp, with python 2.6 and mingw.
initially installed using the provided "PySFML development files (libraries) | Python 2.6", then put the relevant mingw libs in the pySFML folder as per a forum thread. happily compiled the tutorial program for opening a window and showing some text but with that seemingly non-unique issue of the default font causing a silly error on program exit. i picked up that that bug had been fixed on the svn version. i downloaded the trunk (and started guessing as to what to do) and from within the python directory there-in ran:
> python setup.py build -cmingw32
a whole lot of stuff happened that looked right until:
> [...]
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lsfml-graphics
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
i've read that something like this problem has been worked around for those with visual c++, that i am not using. any suggestions for what to do in my case?
many thanks,
p.