Message123530
| Author |
jonny |
| Recipients |
amaury.forgeotdarc, eric.araujo, jonny, loewis, rpetrov |
| Date |
2010年12月07日.07:27:43 |
| SpamBayes Score |
0.0002589453 |
| Marked as misclassified |
No |
| Message-id |
<1291706865.83.0.307086916988.issue10615@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Two corrections for the "configure;make" workaround:
- WRONG: Remove the created pyconfig.h and replace PC/pyconfig.h with the manually modified version I'm attaching
- CORRECT: Remove PC/pyconfig.h and replace the created pyconfig.h with the manually modified version I'm attaching
- Modules/config.c needs to modified as well:
-- Replace PyInit_posix by PyInit_nt (two occurences), "posix" by "nt" (in _PyImport_Inittab)
-- Remove '{"pwd", PyInit_pwd},' in _PyImport_Inittab |
|