Re: Getting strange error

2007-10-07 Thread Russell Keith-Magee
On 10/8/07, Bourne <[EMAIL PROTECTED]> wrote: > > HEllo Russ, > > Thanks for the help.. I did the syncdb part. I am still > getting the same error. I even changed my DB from sqlite3 ato MYSQL.. The database error you are getting is fairly clear - the database does not contain the tables

Re: Getting strange error

2007-10-07 Thread Bourne
HEllo Russ, Thanks for the help.. I did the syncdb part. I am still getting the same error. I even changed my DB from sqlite3 ato MYSQL.. I installed MYSQL and created a databse and user to it. I am getting still weird errors like Unable to load MySqldb module On Oct 7, 9:50 pm, "

Re: Getting strange error

2007-10-07 Thread Russell Keith-Magee
On 10/8/07, Bourne <[EMAIL PROTECTED]> wrote: > > Hello everybody, > > I am new to Django I have hard time installing > django. I am following every step of tutorials in the website > djangoproject.com. ... > OperationalError: no such table: polls_poll > > Getting this error PL

Getting strange error

2007-10-07 Thread Bourne
Hello everybody, I am new to Django I have hard time installing django. I am following every step of tutorials in the website djangoproject.com. >>> from mysite.polls.models import Poll, Choice >>> Poll.objects.all() Traceback (most recent call last): File "", line 1, in ?