On Sat, Aug 8, 2009 at 7:41 PM, dmpeters63 <dmpeter...@gmail.com> wrote:

>
> I get the following error when accessing my MySQL database with Django
> on my localhost:
>
>    /var/lib/python-support/python2.6/MySQLdb/__init__.py:34:
> DeprecationWarning: the sets module is deprecated from sets imports
> ImmutableSet
>
> How can I fix this? Anyone please help.
>

It's a warning, not an error.  Presumably a newer release of MySQLdb at some
point will change the code to no longer use this deprecated import, but the
warning does not cause anything to break.  That is, you don't need to fix
it.

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