Re: "'txredisapi' is not defined" after Update to Django 1.11 with Django Channels

2017-04-05 Thread Jochen Breuer
Thanks Andrew! An outdated asgi_redis package was the issue. I was just checking the package listing in PyCharm, which didn't show me the newer version, so I thought I was on the latest version without checking the CheeseShop. My fault. Sorry! Am Mittwoch, 5. April 2017 16:49:13 UTC+2 schrieb

Re: "'txredisapi' is not defined" after Update to Django 1.11 with Django Channels

2017-04-05 Thread Andrew Godwin
Hi, Can you make sure your asgi_redis installation is upgraded all the way too? And which exact version of Channels do you have installed? Andrew On Wed, Apr 5, 2017 at 4:07 PM, Jochen Breuer wrote: > Hi! > > After Updating Django to version 1.11 with a current Channels installation > based on