With last Skype4Py Arek changed a bit the logging. To enable it now you need to put the following in your script:
import logging
logging.basicConfig(level=logging.DEBUG)
With last Skype4Py Arek changed a bit the logging. To enable it now you need to put the following in your script:
import logging
logging.basicConfig(level=logging.DEBUG)