Hi,
In my db.py file I have the following.
db = SQLDB('mysql://username:[email protected]:3306/test_db')
My DB code works.
I am trying to run test in the shell.
I run >>> db = SQLDB('mysql://username:[email protected]: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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---