Re: mysqldb help! Can't connect to MySQL server error...

2009-08-04 Thread mdsmoker
> Why have you specified port 3036? -cause i'm partially retarded, that's all...thanks for your help Matt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

mysqldb help! Can't connect to MySQL server error...

2009-08-02 Thread mdsmoker
when running python manage.py syncdb I got the following errors... C:\DJANGO~1\mysite>python manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "c:\django-trunk\django\core\management\__init__.py", line 362, in execut e_manage

newbie tutorial part 1 startproject doesn't create folder and appropriate files

2009-08-02 Thread mdsmoker
I'm using django 1.1, python 2.5, and windows and i'm brand-spanking new to this. i installed django w/out a problem. python is in my windows path and if i type import django after running python i don't get any errors so I'm assuming it is installed correctly. after i run django-admin.py start