Hello,
here is patch for bug in Image.copy:
SFML-1.6-python-sdk.zip - SFML-1.6\python\src\Image.cpp, Line 272:
Instead of:
{"Copy", (PyCFunction)PySfImage_Copy, METH_VARARGS, "Copy(Source, DestX, DestY, SourceRect = sf.IntRect(0,0,0,0))\n\
this line should be:
{"Copy", (PyCFunction)PySfImage_Copy, METH_VARARGS | METH_KEYWORDS, "Copy(Source, DestX, DestY, SourceRect = sf.IntRect(0,0,0,0))\n\
Tested on Win XP SP3, python 2.6.6, PySFML recompiled with mingw32