Shiz

Results 33 comments of Shiz

pySFML expects them to be in your dynamic linker path. If you have them installed elsewhere and it can't find them, `/usr/local/lib` is not in your `LD_LIBRARY_PATH`, and thus your...

I'd just like to say that Cython (and by extension Cython.Distutils) is not installed by default, which is the whole reason for the weak dependency on Cython.

Yes, but the point is that @bastienleonard doesn't want to force people to install Cython in the first place.

Oh, I'm not saying I disagree; I'm just stating the reasoning for the weak dependency in the first place. Personally I'd much prefer just relying on Cython.

10 lines? `author=u'Bastien Léonard' if sys.version_tuple.major < 3 else 'Bastien Léonard'`

What about `'Bastién Leonard'.decode('utf-8') if sys.version_tuple < 3 else 'Bastién Leonard'`?

Hi! Accessing tags in an easier way is definitely planned, I'm just still mulling over the API for it. Right now, this sadly is the best way. I'm hoping to...

That's problematic yes, I'll address this. Just checking the entry for occurences of `!` and `@` should work, I believe.

Could you tell which version of pydle (from PyPI, git, etc.) you're running? This doesn't appear to be the `asyncio` branch, which is fine, but it makes the bug report...