> Hi, i have a trouble with database drivers. The problem begins after > installing MapProxy http://mapproxy.org/ using easy_install MapProxy > on the same machine i runs web2py. > > AFAIK, sqlite ships with a standard python installation, there's something wrong about the interpreter module lookup.
Are both python sessions using the same interpreter? What does sys.path return? For example, in Ubuntu 12.04 the path should have this entry: /usr/lib/python2.7 BTW, a spanish speaking python gurus list: http://python.org.ar/pyar/ListaDeCorreo (in case you can read spanish) -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

