Message113510
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, lemburg, mark.dickinson, orsenthil, pitrou, rhettinger, vstinner |
| Date | 2010-08-10.09:26:57 |
| SpamBayes Score | 9.113419e-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:01 | vstinner | set | recipients: + vstinner, lemburg, brett.cannon, rhettinger, mark.dickinson, orsenthil, pitrou |
| 2010-08-10 09:27:00 | vstinner | set | messageid: <1281432420.7.0.474005217037.issue9548@psf.upfronthosting.co.za> |
| 2010-08-10 09:26:58 | vstinner | link | issue9548 messages |
| 2010-08-10 09:26:57 | vstinner | create | |