>
> I've added this line in my code:
>
> db = DAL('mysql://mydatabase', 
> folder='applications/gestion/databases',auto_import
> =True) 
>
> But the result was the same I got at the beginig:
>
>     raise errorclass, errorvalue
>     InterfaceError: (0, '')
>

Are you saying if you take away the folder and auto_import arguments, the 
InterfaceError goes away and you instead get the KeyError you reported in 
the last message?

Anthony

Reply via email to