I want to be able to load modules dynamically from a *.whl files in my app. I\'m using sys.path.append(\'module.whl\') for that and it works in most ca
*.whl
sys.path.append(\'module.whl\')