PyWeek - Terraformancer needs Pygame version 1.9
mmkay made me aware that some of you might have problems playing Terraformancer.If you get an error, stating that pygame.Rect.copy() is not supported, then just update pygame to version 1.9.
Thanks to mmkay for that!
— Trobadour on 2010/04/07 08:13 of Trobadours
Comments: (log in to comment)

By shundread on 2010/04/08 15:51:
I got around it by replacing those withnew_rect = pygame.rect.Rect(appropriate_rect_object)
original would be:
new_rect = appropriate_rect_object.copy()
Felt too lazy to upgrade. =P
By Trobadour on 2010/04/08 16:35:
i know what you mean ;)