warnings emitted during 'easy_install'
Posted
by Matt Anderson
on Stack Overflow
See other posts from Stack Overflow
or by Matt Anderson
Published on 2010-02-19T17:39:29Z
Indexed on
2010/03/13
15:45 UTC
Read the original article
Hit count: 428
When I easy_install
some python modules, warnings such as:
<some module>: module references __file__
<some module>: module references __path__
<some module>: module MAY be using inspect.trace
<some module>: module MAY be using inspect.getsourcefile
sometimes get emitted.
Where (what package / source file) do these messages come from? Why is referencing __file__
or __path__
considered a bad thing?
© Stack Overflow or respective owner