Re: multiversion flag and auto requiring import hook
... Actually the main problem which I've been banging my head quite a few days alreays is this: --8<---cut here---start->8--- ERROR: Failure: AttributeError ('module' object has no attribute 'walk')
multiversion flag and auto requiring import hook
I'm using the multiversion flag in setuptools (-m) to be able to run many different projects, without modifying the global environment. Then thanks to pkg_resources magic and setuptools I can get automatically everything loaded. Now the problem is that we want to be able to run tests. The best