Here is my traceback

Traceback (most recent call last):
 File "C:\dev\web2py\gluon\restricted.py", line 219, in restricted
 exec(ccode, environment)
 File "C:/dev/web2py/applications/wrighthub/models/db.py" 
<http://127.0.0.1:8000/admin/default/edit/wrighthub/models/db.py>, line 38, in 
<module>
 imapdb = DAL('imap://catchall:2007j0j7&@23.253.201.164:993')
 File "C:\dev\web2py\gluon\packages\dal\pydal\base.py", line 170, in __call__
 obj = super(MetaDAL, cls).__call__(*args, **kwargs)
 File "C:\dev\web2py\gluon\packages\dal\pydal\base.py", line 454, in __init__
 adapter = adapters.get_for(self._dbname)
 File "C:\dev\web2py\gluon\packages\dal\pydal\adapters\__init__.py", line 20, 
in get_for
 'Adapter not found for %s' % uri
SyntaxError: Adapter not found for imap

web2py™ Version 2.15.2-stable+timestamp.2017.07.19.12.18.41


Any ideas where I go to troubleshoot this?



-- 
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/d/optout.

Reply via email to