R. David Murray added the comment:

If you run the script using the python you built and it uses sqlite, then it 
will raise an ImportError for sqlite.  So just try it.

If you do need it, then yes you would need to get the appropriate -develop 
packages installed and then re-run the make.

If you are using yum, there's a decent chance you could just install a 
python2.7.3 binary via yum that would already have sqlite compiled for your 
system.

You will probably find it more useful to post to the python-list mailing list 
with your questions. The bug tracker is for reporting bugs in python and has a 
limited number of people watching/responding to it; so, you are more likely to 
get speedy help, and help in dealing with things on your specific platform, 
from the many people who read the mailing list.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to