[web2py] Re: Error when Inserting a new user programmatically with web2py, v2.4.6, TypeError: character mapping

2013-05-07 Thread Stan Lexow
reserved=['all']) 2) auth initialization: auth = Auth(db, hmac_key=Auth.get_or_create_key())vs. auth = Auth(db) and then my original post... On Tuesday, May 7, 2013 12:42:58 PM UTC-4, Stan Lexow wrote: > > * > > > Inserting a new user programmatically with web2py, v2.4.6

[web2py] Error when Inserting a new user programmatically with web2py, v2.4.6, TypeError: character mapping

2013-05-07 Thread Stan Lexow
* Inserting a new user programmatically with web2py, v2.4.6 I apologize for the re post. I have read many threads on this subject, including several from Massimo, but I am still having trouble inserting a new user record. I just upgraded web2py to 2.4.6 from version 2012/3/4 1.99.7. The inse