Re: "DeprecationWarning: the sets module is deprecated"

2009-05-27 Thread Alex Gaynor
On Wed, May 27, 2009 at 4:04 PM, kammi-agk wrote: > > I've got the same problem. It seems not just to be a warning. My > tables weren't created either. > Is there any solution for that problem in between? > > > On 2 Mai, 00:57, nbv4 wrote: > > The problem was it wasn't creating the tables like i

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-27 Thread kammi-agk
I've got the same problem. It seems not just to be a warning. My tables weren't created either. Is there any solution for that problem in between? On 2 Mai, 00:57, nbv4 wrote: > The problem was it wasn't creating the tables like it should, all it > did was spit out that warning. I assumed that

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread nbv4
The problem was it wasn't creating the tables like it should, all it did was spit out that warning. I assumed that the warning was the reason the tables weren't created. But I just now realized the reason the tables weren't being created was because I forgot to add the app in the settings.py file.

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 deprecated > from sets im

Re: "DeprecationWarning: the sets module is deprecated"

2009-05-01 Thread Alex Koshelev
You see MySQLdb warning not Django. May be you are using MySQLdb version that is not full compatible with Python 2.6 On Sat, May 2, 2009 at 1:59 AM, nbv4 wrote: > > Whenever I run the syncdb command, I get this error: > > ch...@chris-desktop:~/Websites/jobmap$ python manage.py syncdb > /var/li