Django

Code

Changeset 6561

Show
Ignore:
Timestamp:
10/20/07 05:47:57 (11 months ago)
Author:
mtredinnick
Message:

Fixed #5512 -- Added a note about a common MySQLdb upgrade problem. Thanks,
Matt Boersma.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/databases.txt

    r6443 r6561  
    7777backend, then 1.2.0 *might* work for you. 
    7878 
     79.. note:: 
     80    If you see ``ImportError: cannot import name ImmutableSet`` when trying to 
     81    use Django, your MySQLdb installation may contain an outdated ``sets.py`` 
     82    file that conflicts with the built-in module of the same name from Python 
     83    2.4 and later. To fix this, verify that you have installed MySQLdb version 
     84    1.2.1p2 or newer, then delete the ``sets.py`` file in the MySQLdb 
     85    directory that was left by an earlier version. 
     86 
    7987.. _MySQLdb: http://sourceforge.net/projects/mysql-python 
    8088