Python pycrypto disables logging - google app engine
问题 I am using python with google app engine. Working on Macbook air 2012 with python 2.7. The problem I have is: import logging logging.info("test") # this works before importing crypto import Crypto logging.info("test2") # this one does not after importing crypto How does crypto change logging and how can I fix it so that I can use logging normally again in my python app? Update1: It seems that some python errors are also not displayed in the logging from app engine, as well as correct python