1

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?

oz123
  • 27,559
  • 27
  • 125
  • 187
Ashish
  • 851
  • 12
  • 27

1 Answers1

2

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

pip install pycrypto
oz123
  • 27,559
  • 27
  • 125
  • 187
Ashish
  • 851
  • 12
  • 27