Hi I'm pretty new to web development. When I try and do a syncdb I get the error: /usr/local/lib/python2.6/site-packages/MySQLdb/init.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet asked 04 Dec '10, 22:20 yochanan |
Hi, This is just a warning that that the sets module will be disabled in the future. It isn't an actual error that you need to worry about. :) answered 04 Dec '10, 22:27 klynton |