dolang
dolang
Hmm, looks like this project's `setup.py` was written for Python 2 only. See [line 22](https://github.com/kivy/audiostream/blob/master/setup.py#L22) In Python 3 `print` needs parentheses. You should probably try again with Python 2 (or...
Someone would need to take the time and port it. Myself, I haven't used this yet, so I can't really say, but it doesn't look like a big project. SDL2...
Looks like you have a `'Ã'` or some other non-[ASCII](https://en.wikipedia.org/wiki/ASCII#Character_set) character in the file name of one of your images. Python 2 is not very good at dealing with those,...
Well, that's weird. But good that you found a way to make it work again, at least. What I meant was that you have a character in one of your...
Can confirm on current master (02751c2), Python 3.5.4, Windows
looks like the `TextInput` isn't properly initialised when the property is set, which happens on line 520 (current master) in the base class: `super(TextInput, self).__init__(**kwargs)`. The following should make it...
@bionoid Do you know or remember what versions those are/were. Would be good to have a list of potentially problematic systems for doing some testing (I haven't yet tried to...