Crashes on SliTaz
Python implementation of the Dual N-Back mental exercise
Brought to you by:
radix-
'StaticSource' object has no attribute '_data' (line 571 in ~/brainworkshop/pyglet/media/__init__.py)
The reason this fails is that there is no guarantee that 'self._data = data.getvalue()' is ever reached!
The way I fixed this, self._data can be None, so I need to check for this in StaticMemorySource's constructor.
This I do rather poorly :-))
The diff for ~/brainworkshop/pyglet/media/init.py