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 r.david.murray
Recipients alexganwd, berker.peksag, brett.cannon, donmez, dpatino, r.david.murray, vstinner
Date 2014-07-17.19:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405624005.11.0.0414683065588.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
If the headers are missing, you will get a complaint at the end of the make process that it couldn't build the _sqlite module.  It should also have tried to import the sqlite3 module and complained if there was an error.  So, pre-install, everything looked fine to the build process.

Can you attach your 'make install' log?

(Berker: a key difference in your test is that OP specified an alternate --prefix)
History
Date User Action Args
2014-07-17 19:06:45r.david.murraysetrecipients: + r.david.murray, brett.cannon, vstinner, donmez, berker.peksag, alexganwd, dpatino
2014-07-17 19:06:45r.david.murraysetmessageid: <1405624005.11.0.0414683065588.issue21950@psf.upfronthosting.co.za>
2014-07-17 19:06:45r.david.murraylinkissue21950 messages
2014-07-17 19:06:44r.david.murraycreate