apex

`UnencryptedCookieSessionFactoryConfig` error when importing Apex

`UnencryptedCookieSessionFactoryConfig` error when importing Apex Question: I’m trying to use Apex and whenever I try to import it (or anything involving it) I get the following traceback: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/user/anaconda3/lib/python3.8/site-packages/apex/__init__.py", line 13, in <module> from pyramid.session import UnencryptedCookieSessionFactoryConfig ImportError: cannot import name ‘UnencryptedCookieSessionFactoryConfig’ from ‘pyramid.session’ …

Total answers: 6