I'm using windows 10 with python 2.7.10 with activepython in GAE
im getting this error after trying to run a script with a library that i just installed called pycrypto:
"Please set the PYTHON_EGG_CACHE enviroment variable"
RuntimeError: Please set the PYTHON_EGG_CACHE enviroment variable
how can i find this python-eggs folder in windows to set the proper environment variable?
Thanks