[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-04-02 Thread Volker Braun
On OSX we don't build our own sqlite as that tends to conflict with the OSX-provided version. On Thursday, April 2, 2015 at 4:36:03 PM UTC+2, David Einstein wrote: > > I'm beginning to understand what is wrong. A couple of years ago I must > have overwritten the default python 2.7 with someth

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-04-02 Thread David Einstein
I'm beginning to understand what is wrong. A couple of years ago I must have overwritten the default python 2.7 with something newer (I have vague recollections of needing it to get scipy working). A stupid thing to do, and I should know better. Now _sqlite3 is in /System/Library/Framework

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread John H Palmieri
On Tuesday, March 31, 2015 at 1:03:08 PM UTC-7, David Einstein wrote: > > When building python it does complain about not finding _sqlite3 along with > > _bsddb _sqlite3 _ssl > bsddb185 dbmdl > gdbm imageop

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread David Einstein
When building python it does complain about not finding _sqlite3 along with _bsddb _sqlite3 _ssl bsddb185 dbmdl gdbm imageoplinuxaudiodev nisossaudiodevspwd su

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread John H Palmieri
On Tuesday, March 31, 2015 at 11:31:42 AM UTC-7, David Einstein wrote: > > The sqlite package seems to have installed correctly. Log attached. > On OS X, Sage's sqlite package just creates a link to the pre-existing file /usr/bin/sqlite3. The error mentioned "_sqlite3", which is a Python modul

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread David Einstein
The sqlite package seems to have installed correctly. Log attached. I am guilty of having a homebrew sqlite (It was quarantined in the Cellar) I have removed it and will try to recompile from scratch. Found local metadata for sqlite-3.8.4.3 Attempting to download package sqlite-3.8.4.3 >>> Tryi

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread Volker Braun
Whats in your sqlite and python compile log (in $SAGE_ROOT/logs/pkgs)? Do you have another conflicting sqlite install in /usr/local, e.g. homebrew and friends? On Tuesday, March 31, 2015 at 7:51:58 PM UTC+2, David Einstein wrote: > > When attempting to compile sage from source on my laptop it