[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

R. David Murray report at bugs.python.org
Thu Jul 17 21:06:45 CEST 2014


R. David Murray added the comment:

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)

----------
nosy: +r.david.murray
resolution: works for me -> 
status: closed -> open
title: import sqlite3 not running -> import sqlite3 not running after configure --prefix=/alt/path; make; make install

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21950>
_______________________________________


More information about the Python-bugs-list mailing list