Re: Python 3.6 on Centos 6

2016-12-24 Thread thinkwell
> What version of the sqlite3 libraries do you have? See > https://github.com/ghaering/pysqlite/issues/85 for example. > > -- > regards, > kushal I was using the system default for Centos 6 which is 3.6.20. I loaded a parallel version and now got 3.6 to build. Thanks! --

Re: Python 3.6 on Centos 6

2016-12-24 Thread Kushal Kumaran
thinkwell <thinkwelldesi...@gmail.com> writes: > I'm trying to build Python 3.6 on Centos 6, and am successful in doing > so, except for the sqlite3 library. I started with a brand new install > of Centos 6 and installed devtoolset-2 to build with a newer > compiler. But wh

Python 3.6 on Centos 6

2016-12-23 Thread thinkwell
I'm trying to build Python 3.6 on Centos 6, and am successful in doing so, except for the sqlite3 library. I started with a brand new install of Centos 6 and installed devtoolset-2 to build with a newer compiler. But whether with default compiler or 4.82, I get the following errors when