This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, christian.heimes, ncoghlan
Date 2008-11-20.20:43:21
SpamBayes Score 0.00017690605
Marked as misclassified No
Message-id <1227213803.93.0.803152779397.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-20 20:43:24ncoghlansetrecipients: + ncoghlan, christian.heimes, benjamin.peterson
2008-11-20 20:43:23ncoghlansetmessageid: <1227213803.93.0.803152779397.issue4082@psf.upfronthosting.co.za>
2008-11-20 20:43:22ncoghlanlinkissue4082 messages
2008-11-20 20:43:21ncoghlancreate