SO I start importing/changing from web2py to py4web.
On trying to install the index page and try it, I get this error:

Traceback (most recent call last):
  File "/home/maurice/.local/lib/python3.6/site-packages/pydal/base.py", line 
506, in __init__
    self._adapter = adapter(**kwargs)
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/postgres.py", 
line 28, in __call__
    return AdapterMeta.__call__(cls, *args, **kwargs)
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/__init__.py", 
line 41, in __call__
    obj = super(AdapterMeta, cls).__call__(*args, **kwargs)
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/postgres.py", 
line 67, in __init__
    after_connection,
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/base.py", line 
417, in __init__
    super(SQLAdapter, self).__init__(*args, **kwargs)
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/base.py", line 
85, in __init__
    self.find_driver()
  File 
"/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/base.py", line 
134, in find_driver
    "No driver of supported ones %s is available" % str(self.drivers)
RuntimeError: No driver of supported ones ('psycopg2',) is available


Files in rivelar

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/1be34521-a19b-4391-8934-c527d3c76a03%40googlegroups.com.

Reply via email to