Hello,
I have made the suggested change to sql.py. The result is below.
Traceback (most recent call last):
File "C:\web2py1_76_5\gluon\restricted.py", line 173, in restricted
exec ccode in environment
File "C:/web2py1_76_5/applications/stubo/models/db.py"
<http://127.0.0.1:8000/admin/default/edit/stubo/models/db.py>, line
27, in <module>
db = DAL('postgres://stubo:[email protected]/stubo_remote', pool_size=10)
File "C:\web2py1_76_5\gluon\sql.py", line 3784, in DAL
return SQLDB(uri, pool_size=pool_size, folder=folder,
File "C:\web2py1_76_5\gluon\sql.py", line 1163, in __init__
self._pool_connection(lambda params=params:zxJDBC.connect(*params))
File "C:\web2py1_76_5\gluon\sql.py", line 840, in _pool_connection
self._connection = f()
File "C:\web2py1_76_5\gluon\sql.py", line 1163, in <lambda>
self._pool_connection(lambda params=params:zxJDBC.connect(*params))
DatabaseError: driver [org.postgresql.Driver] not found
Does that help ?
John C.
--
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.