>
> The result is an error message:
>>
>> EXCEPTION: could not make a copy of the database
>> Failure to connect, tried 5 times:
>> Traceback (most recent call last):
>>   File "gluon/dal.py", line 7766, in __init__
>>     self._adapter = ADAPTERS[self._dbname](**kwargs)
>>   File "gluon/dal.py", line 2756, in __init__
>>     if do_connect: self.find_driver(adapter_args,uri)
>>   File "gluon/dal.py", line 795, in find_driver
>>     raise RuntimeError("no driver available %s" % str(self.drivers))
>> RuntimeError: no driver available ('psycopg2', 'pg8000')
>>
>
It seems that dal.py cannot import the drivers. Do you see any driver not 
found error log when you run the script? Also, can you import the driver 
with an interactive session?

-- 
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/groups/opt_out.

Reply via email to