For the latest SVN version of PixelArray all the run_test.py tests failed:
====================================================================== ERROR: test_get_column (pixelarray_test.PixelArrayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test\pixelarray_test.py", line 22, in test_get_column ar = pygame.PixelArray (sf) TypeError: <lambda>() takes no arguments (1 given) ====================================================================== ERROR: test_get_pixel (pixelarray_test.PixelArrayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test\pixelarray_test.py", line 38, in test_get_pixel ar = pygame.PixelArray (sf) TypeError: <lambda>() takes no arguments (1 given) ====================================================================== ERROR: test_pixel_array (pixelarray_test.PixelArrayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test\pixelarray_test.py", line 9, in test_pixel_array ar = pygame.PixelArray (sf) TypeError: <lambda>() takes no arguments (1 given) ====================================================================== ERROR: test_set_column (pixelarray_test.PixelArrayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test\pixelarray_test.py", line 71, in test_set_column ar = pygame.PixelArray (sf) TypeError: <lambda>() takes no arguments (1 given) ====================================================================== ERROR: test_set_pixel (pixelarray_test.PixelArrayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test\pixelarray_test.py", line 54, in test_set_pixel ar = pygame.PixelArray (sf) TypeError: <lambda>() takes no arguments (1 given) -- Lenard Lindstrom <[EMAIL PROTECTED]>
