| |||||||||||
PyWeek - Level selection crashThere seems to be some sort of PyOpenGL/ctypes/numpy incompatability issue going on which crashes the level selector on a few platforms. There is some sort of type problem with the result of a function returning a numpy array being passed to another function. Odd. Anyway, a fix for those with problems (thanks elias):
Change:
to:
— Tigga on 2007/09/14 16:14 of Disk Field Comments: |
Next Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login Register | ||||||||||
By Tigga on 2007/09/14 16:17:
Just a little addition - it seems likely that this problem is related 64 bit operating systems. The types get mixed up in a bad way.