not sure if this correlated with error traceback: auth.define_tables(...) perhaps should comment auth.define_tables() when using legacy table
but for the extract_sqlite_models.py will have an empty result (no table fields defined for all of the tables), solution for now is to use the extract_mysql_models.py or extract_pgsql_models.py *e.g. postgresql* source activate python2_test pip install psycopg2 python /Users/sugizo/web2py/scripts/extract_pgsql_models.py db_name localhost 5432 db_user db_pass best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

