if I remember correctly I downloaded sqlite amalgamation from sqlite
website,
and did
./configure --enabled-shared --prefix=$HOME

then
compile python from sources

and after that an equivalent line to your
 /opt/python2.7/bin/python2.7 uwsgiconfig.py --build



On Sun, Feb 2, 2014 at 6:03 PM, peter <peterchutchin...@gmail.com> wrote:

> Here is what I get when I run python 2.7
>
> [root@mail3 uwsgi-python]# /opt/python2.7/bin/python2.7
> Python 2.7.1 (r271:86832, Feb  1 2014, 11:45:32)
> [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
> Type "help", "copyright", "credits" or "license" fo
> >>> import sqlite3
> >>> sqlite3.sqlite_version
> '3.7.3'
> >>>
>
> Yet when I do
> [root@mail3 uwsgi-python]# /opt/python2.7/bin/python2.7 uwsgiconfig.py
> --build
>
> Web2py running under uwsgi shows sqlite version as 3.3.6
>
>
> Any suggestions as to why this might be gratefully received.
> Thanks
> Peter
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to