Giovanni De Gasperis

Results 18 comments of Giovanni De Gasperis

I am using python 3.8.10 now, setuptools 57.5.0 with a virtual env, still with the import problem. I may try downgrading setuptools more.

ok found setuptools 56.0.0 is OK! this is now my pipi listi in the virtual environment: ``` pip list Package Version ------------------ --------- addict 2.4.0 aiofiles 0.7.0 anyio 3.3.0 asgiref...

btw, using docker and latest python3:8 image I found this better setuptools 57.4.0: ``` pip list Package Version ------------------ --------- addict 2.4.0 aiofiles 0.7.0 anyio 3.3.0 asgiref 3.4.1 certifi 2021.5.30...

Yes indeed, I tried to delete the session, but having an explicit expire would help a lot. Thank's.

Has current release fix it? I still have it, sometime in logs: ```python AttributeError: 'WebSocket' object has no attribute 'page_id' ERROR websockets_impl: Exception in ASGI application Traceback (most recent call...

@msrkala I tried this simple app containing your table sampe, but there is no style: https://gist.github.com/giodegas/c4372300c4f6f65cde6427c883c1503b How could be enriched to look great? Thank's.

This is how it looks like now: ![immagine](https://user-images.githubusercontent.com/6838625/124352798-00b7f300-dc03-11eb-87f3-0ea06d2085db.png) :-)