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 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
History
Date User Action Args
2010-12-07 07:27:45jonnysetrecipients: + jonny, loewis, amaury.forgeotdarc, eric.araujo, rpetrov
2010-12-07 07:27:45jonnysetmessageid: <1291706865.83.0.307086916988.issue10615@psf.upfronthosting.co.za>
2010-12-07 07:27:43jonnylinkissue10615 messages
2010-12-07 07:27:43jonnycreate