The warning comes from the internationalization. By importing from gluon it expects that you are in the web2py folder and it will try preload pluralization rules.
Try instead: from gluon.dal import DAL, Field On Wednesday, 19 December 2012 09:27:51 UTC-6, Kostas M wrote: > > Thank you both, for the heads up! > > As Niphlod have said at: > > https://groups.google.com/forum/#!searchin/web2py/auto_import=True/web2py/bwCYiQcE59I/D1IkGFC55eEJ > * Remember that DAL does NOT introspect databases.* > > Any hints on the Warning? > > > > > --