Hi, In my db.py file I have the following.
db = SQLDB('mysql://username:passw...@127.0.0.1:3306/test_db') My DB code works. I am trying to run test in the shell. I run >>> db = SQLDB('mysql://username:passw...@127.0.0.1:3306/ test_db') Then then run >>> print db.tables In[23]: print db.tables Out[23]: [] So....why cant I get the shell to work? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---