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 vstinner
Recipients brett.cannon, lemburg, mark.dickinson, orsenthil, pitrou, rhettinger, vstinner
Date 2010-08-10.09:26:57
SpamBayes Score 9.11342e-08
Marked as misclassified No
Message-id <1281432420.7.0.474005217037.issue9548@psf.upfronthosting.co.za>
In-reply-to
Content
> heapq tries to import _heapq but, at this point, the build dir 
> (such as "build/lib.linux-x86_64-3.2/") hasn't been added to sys.path

The problem only exists for developers, not for an installation copy of Python?

Another approach is to call required site code earlier (eg. rewrite it in C and execute it before loading the locale module).
History
Date User Action Args
2010-08-10 09:27:01vstinnersetrecipients: + vstinner, lemburg, brett.cannon, rhettinger, mark.dickinson, orsenthil, pitrou
2010-08-10 09:27:00vstinnersetmessageid: <1281432420.7.0.474005217037.issue9548@psf.upfronthosting.co.za>
2010-08-10 09:26:58vstinnerlinkissue9548 messages
2010-08-10 09:26:57vstinnercreate