문제

HI i get following error for beaker on Mac os x sno leopard 10.6.8

InvalidCryptoBackendError: No AES library is installed, can't generate encrypted cookie-only Session

What's the workaround or fix for this?

도움이 되었습니까?

해결책

The solution is very simple . pycrypto python library was missing.

pip install pycrypto
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top