You can also use web2py's more robust UUID-generation method:

from gluon.utils import web2py_uuid
myuuid = web2py_uuid()

Reply via email to