I have an idea try to download small project from github using channels and
test it and see if works or not and tell me
On Wednesday, 29 April 2020 16:09:12 UTC+2, Aditya Bohra wrote:
>
> I am trying to start with channels but the demo in python shell is not
> working properly:
> https://channe
To view the stacktrace is used faulthandlers so that segmentation fault can
be removed
I followed the tutorial on django channel site which has link:
https://channels.readthedocs.io/en/latest/tutorial/part_2.html
import channels.layers
from asgiref.sync import async_to_sync
print("running")
aioredis==1.3.1
asgi-redis==1.4.3
asgiref==3.2.0
async-timeout==3.0.1
attrs==19.3.0
autobahn==20.4.3
Automat==20.2.0
cachetools==4.0.0
certifi==2019.11.28
cffi==1.14.0
channels==2.4.0
channels-redis==2.4.2
chardet==3.0.4
constantly==15.1.0
cryptography==2.9.2
daphne==2.5.0
Django==2.2.6
google-api-
This is output of pip freeze
aioredis==1.3.1
asgi-redis==1.4.3
asgiref==3.2.0
async-timeout==3.0.1
attrs==19.3.0
autobahn==20.4.3
Automat==20.2.0
cachetools==4.0.0
certifi==2019.11.28
cffi==1.14.0
channels==2.4.0
channels-redis==2.4.2
chardet==3.0.4
constantly==15.1.0
cryptography==2.9.2
daphne==2
did you add channels_redis ??
On Wednesday, 29 April 2020 16:09:12 UTC+2, Aditya Bohra wrote:
>
> I am trying to start with channels but the demo in python shell is not
> working properly:
> https://channels.readthedocs.io/en/latest/tutorial/part_2.html#enable-a-channel-layer
> Its is showing so
I am trying to start with channels but the demo in python shell is not
working
properly:https://channels.readthedocs.io/en/latest/tutorial/part_2.html#enable-a-channel-layer
Its is showing some thing like this :
(InteractiveConsole)
>>> import channels.layers
>>> channel_layer = channels.layers.g
6 matches
Mail list logo