On Thu, Jul 30, 2009 at 3:30 AM, rekha <jayaprakash.re...@gmail.com> wrote:

>
> Hi, i have started using django for the past 5 days..i want my
> applicaion to access database(mysql). i tried the steps given in the
> django book. when i try to do that im getting the following error..
> how to fix this?  or suggest me the entire step by step procedure to
> install mysqldb..
>
>
You appear to already have mysqldb installed, at least partially.


>
>
>
>
> f...@foss-desktop:~/Desktop/REKHA_DJANGO/mysite$ python manage.py
> validate
> /var/lib/python-support/python2.6/MySQLdb/__init__.py:34:
> DeprecationWarning: the sets module is deprecated
>  from sets import ImmutableSet


This DeprecationWarning is from mysqldb, seen when you run under Python
2.6.  So you're getting into mysqldb code.


>
> Traceback (most recent call last):
>  File "manage.py", line 11, in <module>
>    execute_manager(settings)
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> __init__.py", line 340, in execute_manager
>    utility.execute()
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> __init__.py", line 295, in execute
>    self.fetch_command(subcommand).run_from_argv(self.argv)
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> base.py", line 192, in run_from_argv
>    self.execute(*args, **options.__dict__)
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> base.py", line 219, in execute
>    output = self.handle(*args, **options)
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> base.py", line 348, in handle
>    return self.handle_noargs(**options)
>  File "/usr/local/lib/python2.6/dist-packages/django/core/management/
> commands/validate.py", line 9, in handle_noargs
>
> Thanks in advance,
> Rekha
>

What's the rest of the traceback, including the exception? Without that I've
no idea what the problem is.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to