module name: module references __file__
This appears several times when I install my own packages using easy_install and initial google search didn't bring any success.
I am fully aware that I'm using __file__
inside the modules, but there is nothing wrong about it.
How to I get rid of this message without removing __file__
references?