robbinvandamme

Results 1 issues of robbinvandamme

Using imp.find_module doesn't work on all my installed pip-packages. Now it fails on the azure-iot-hub module. For example: ```python In [7]: imp.find_module("azure") --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in...

bug