I will check this. Anyway, the warning is not a problem. It is just trying to import some pluralization libraries and does not find them in path. They are not used by the DAL anyway.
On Thursday, 20 December 2012 02:52:17 UTC-6, Kostas M wrote: > > The same warning appears: > > In [1]: from gluon.dal import DAL,Field > WARNING:root:Unable to import plural rules: No module named plural_rules > > >>> >>> >>> --

