I have currently created a database with the following details: DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'myforum' DATABASE_USER = 'root' DATABASE_PASSWORD = 'myforum' DATABASE_HOST = 'localhost' DATABASE_PORT = ''
I used phpMyadmin to create the database I have updated C:\projects\myforum\settings.py in the similar fashion.... However when i run the the following command i get: C:\projects\myforum>python manage.py runserver Validating models... Unhandled exception in thread started by <function inner_run at 0x027CC670> Traceback (most recent call last): File "C:\Python26\Lib\site-packages\django\core\management\commands \runserver. py", line 48, in inner_run self.validate(display_num_errors=True) File "C:\Python26\Lib\site-packages\django\core\management\base.py", line 122, in validate num_errors = get_validation_errors(s, app) File "C:\Python26\Lib\site-packages\django\core\management \validation.py", lin e 22, in get_validation_errors from django.db import models, connection File "C:\Python26\Lib\site-packages\django\db\__init__.py", line 34, in <modul e> (settings.DATABASE_ENGINE, ", ".join(map(repr, available_backends)), e_user) django.core.exceptions.ImproperlyConfigured: 'MySQL' isn't an available database backend. Available options are: 'dummy', 'mysql', 'oracle', 'postgresql', 'post gresql_psycopg2', 'sqlite3' Error was: No module named MySQL.base Was my update in "settings.py" right....???? what do i do...?? On Nov 14, 9:17 am, John Antony <[EMAIL PROTECTED]> wrote: > Thank you Karen and Marcelo, I had actually not set the path for > "django-admin.py". > To set the Windows PATH in Vista click the following: > Start>Control Panel>System>Advanced System > Settings>Advanced>Environment Variable > > On Nov 13, 9:59 pm, Danny R <[EMAIL PROTECTED]> wrote: > > > > > John, > > > Setting the paths in Vista is quirky. I also cannot make it work. > > > As a workaround whenever I open a new command prompt, i do the > > following command: > > > set path=C:\Python25\Lib\site-packages\django\bin\;C: > > \Python25\ > > > then, when i create an app or a project, i do this instead: > > > python C:\Python25\Lib\site-packages\django\bin\django- > > admin.py startproject djangoapps > > > On Nov 12, 7:40 pm, John Antony <[EMAIL PROTECTED]> wrote: > > > > I have now used all your suggestions.. > > > 1) Installed in C:\Python25\ (Marcelo Barbero) > > > 2)Installed Python 2.5 instead of Python 2.6 (Karen Tracey) > > > and finally > > > 3)Added the environment variables in "path" (not PATH, should i create > > > a new one named PATH????) for both django and python. > > > > I installed django and postgreSQL following it stepwise from > > > >http://thinkhole.org/wp/django-on-windows/ > > > > but however.... > > > now when i reach the command of testing django i still am getting the > > > following error > > > > C:\Python25\Lib\site-packages\django>django-admin.py startproject > > > testproject > > > 'django-admin.py' is not recognized as an internal or external > > > > command, > > > operable program or batch file. > > > > what sholud i do now....???? > > > On Nov 11, 6:19 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > > > On Tue, Nov 11, 2008 at 1:40 AM, John Antony <[EMAIL PROTECTED]> wrote: > > > > > > I am currently using Vista OS > > > > > I have installed Python in the path > > > > > D:\Python26\ > > > > > and extracted the tarred file downloaded fromwww.djangoprojects.com > > > > > ie "Django-1.0.tar.gz" in the path > > > > > D:\Python26\Django-1.0\Django-1.0 > > > > > I am however unable to intall Django > > > > > on typing the following command in command prompt I get this error: > > > > > > D:\Python26\Django-1.0\Django-1.0>python setup.py install > > > > > 'python' is not recognized as an internal or external command, > > > > > operable program or batch file. > > > > > The Python installer did not put the directory containing the python.exe > > > > executable in the Windows PATH environment variable. That is why all > > > > the > > > > Django instructions for Windows generally drop the 'python' from such > > > > commands, since on Windows usually all you can count on when writing > > > > instructions is that the Python installer set up an association between > > > > '.py' files and the python executable. So, if you drop the python from > > > > the > > > > front of the command, that should work. > > > > > However, I have heard reports that the association created by the > > > > Python 2.6 > > > > installer on Vista is broken, see here: > > > > >http://groups.google.com/group/django-users/msg/1d00809e826fa8c3 > > > > > So, you may need to fix that as described in that message. > > > > > You can also put the path to python.exe in your Windows system path, so > > > > that > > > > you can use the 'python whatever' form of commands. In older versions > > > > of > > > > Windows you would do that by going to Start->Settings->Control Panel, > > > > choosing "System", selecting the "Advanced" tab, clicking on > > > > "Environment > > > > Variables", and finding/editing the one for PATH. I do not know if > > > > that has > > > > changed in Vista. > > > > > Karen- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---