Re: "DeprecationWarning: the sets module is deprecated"

2009-05-27 Thread Alex Gaynor
; > > ch...@chris-desktop:~/Websites/jobmap$ python manage.py syncdb > > > > /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: > > > > DeprecationWarning: the sets module is deprecated > > > > from sets import ImmutableSet > > > > > > I

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-27 Thread kammi-agk
te: > > > On Fri, 2009-05-01 at 14:59 -0700, nbv4 wrote: > > > Whenever I run the syncdb command, I get this error: > > > > ch...@chris-desktop:~/Websites/jobmap$ python manage.py syncdb > > > /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: >

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread nbv4
upport/python2.6/MySQLdb/__init__.py:34: > > DeprecationWarning: the sets module is deprecated > >   from sets import ImmutableSet > > > I'm using Python 2.6 on Ununtu 9.04. I see this page: > >http://code.djangoproject.com/ticket/8078says the bug is fixed, but > > f

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread Malcolm Tredinnick
On Fri, 2009-05-01 at 14:59 -0700, nbv4 wrote: > Whenever I run the syncdb command, I get this error: > > ch...@chris-desktop:~/Websites/jobmap$ python manage.py syncdb > /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: > DeprecationWarning: the sets module is deprecate

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread Alex Koshelev
yncdb > /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: > DeprecationWarning: the sets module is deprecated >  from sets import ImmutableSet > > I'm using Python 2.6 on Ununtu 9.04. I see this page: > http://code.djangoproject.com/ticket/8078 says the bug is fixed, but

"DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread nbv4
Whenever I run the syncdb command, I get this error: ch...@chris-desktop:~/Websites/jobmap$ python manage.py syncdb /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet I'm using Python 2.6 on Ununtu 9.