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
All
I've the same error for installed package MySQL-python version 1.2.5, if downgrade the package to version 1.2.3, it's work fine.
I hope that it will be helpful for you: link to distribution package http://www.codegood.com/archives/129
===== also the error will appear when some dependent packages wasn't installed successfully.