[issue4082] python2.6 -m site doesn't run site._script() any more
Nick Coghlan
report at bugs.python.org
Thu Nov 20 21:43:23 CET 2008
Nick Coghlan <ncoghlan at gmail.com> added the comment:
So what could be different between my x86 system and your x86_64 system
that it works for me and not for you?
Could you try doing "python -i -m site" and poke around in the main
namespace (which is where the interactive session will start) a bit to
see if anything looks strange? __file__, __package__ and __name__ are
probably of particular interest.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4082>
_______________________________________
More information about the Python-bugs-list
mailing list