Something is wrong with the sqlite version you have. Which python version? which web2py version?
On Oct 21, 6:45 pm, Miles Davis <[email protected]> wrote: > I've got a problem in the latest release of web2py, and I'm not quite > sure what to check next. It happens with any app using sqllite (mysql > works fine). I assume I'm missing some python dependency, but I've no > idea what. Here is a trace from the bundled examples app: > > Traceback (most recent call last): > File "gluon/restricted.py", line 184, in restricted > exec ccode in environment > File "/opt/web2py/applications/examples/models/db.py", line 17, in > <module> > db = DAL('sqlite://storage.sqlite') > File "gluon/sql.py", line 3307, in DAL > return SQLDB(uri, pool_size=pool_size) > File "gluon/sql.py", line 769, in __init__ > sqlite3_web2py_extract) > OperationalError: Error creating function > > This is running under apache+mod_wsgi. If somebody can point me in the > right direction I'd appreciate it. > > Thanks, > > // miles --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

