Are you using svn pygame? There have been some changes since 1.8.0 to
the locking code.
Hugo Arts wrote:
well, if pygame says this is a locking issue, then it is most likely a
locking issue. If you say unlocking the surface did not fix the problem as
you said, I don't have another solution with the current supplied
information.
We'll likely need to see some code before we can figure out the actual
error.
Hugo
On Fri, Jun 27, 2008 at 8:54 AM, Sibtey Mehdi <[EMAIL PROTECTED]>
wrote:
Hi
I am drawing some graphics page (Text, rect, lines, polygon) on pygame
surface, but when I quickly pressing page up and page down my application
give the Pygame error "Surfaces must not be locked during blit".
I have also unlocked the surface by suface.unlock before blitting but it
doesn't solve the problem.
So please help me out of this problem
Thanks,
Sibtey