Opened 17 years ago
Closed 17 years ago
#5512 closed (fixed)
DB docs should mention the ImmutableSet issue for MySQLdb
Reported by: | Owned by: | Matt Boersma | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | MySQLdb | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
New to Django I found that I needed an updated version of MySQLdb. As I am on Windows (for learning
Django) messing with MySQLdb is a bit fraught because the author does not actually support
Windows. I found that python manage.py syncdb failed with the error ImportError: cannot import name ImmutableSet
The fix for this is at http://code.djangoproject.com/wiki/InstallationPitfalls (remove sets.py from MySQLdb folder) but
it took me a long time to find it. I wondered about PYTHONPATH (which I normally never use), about my Python 2.4.4 not
being upt to date enough for the MySQLdb. So I would suggest that a link to the issue is included in the
paragraph MySQLdb on the page http://www.djangoproject.com/documentation/databases/.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Reference the ImmutableSet issue for MySQLdb → DB docs should mention the ImmutableSet issue for MySQLdb |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Documents the "ImmutableSet not found" gotcha for MySQLdb