#8585: InterfaceError with MySQLdb set_character_set
--------------------------------------+-------------------------------------
          Reporter:  khsing           |         Owner:  nobody    
            Status:  new              |     Milestone:  1.0       
         Component:  Admin interface  |       Version:  1.0-beta-1
        Resolution:                   |      Keywords:            
             Stage:  Unreviewed       |     Has_patch:  0         
        Needs_docs:  0                |   Needs_tests:  0         
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Comment (by khsing):

 there result of "import MySQLdb" via  "python -v "

 {{{
 >>>import MySQLdb
 import MySQLdb # directory /usr/lib64/python2.4/site-packages/MySQLdb
 # /usr/lib64/python2.4/site-packages/MySQLdb/__init__.pyc matches
 /usr/lib64/python2.4/site-packages/MySQLdb/__init__.py
 import MySQLdb # precompiled from /usr/lib64/python2.4/site-
 packages/MySQLdb/__init__.pyc
 # /usr/lib64/python2.4/site-packages/MySQLdb/release.pyc matches
 /usr/lib64/python2.4/site-packages/MySQLdb/release.py
 import MySQLdb.release # precompiled from /usr/lib64/python2.4/site-
 packages/MySQLdb/release.pyc
 dlopen("/usr/lib64/python2.4/site-packages/_mysql.so", 2);
 # /usr/lib64/python2.4/site-packages/_mysql_exceptions.pyc matches
 /usr/lib64/python2.4/site-packages/_mysql_exceptions.py
 import _mysql_exceptions # precompiled from /usr/lib64/python2.4/site-
 packages/_mysql_exceptions.pyc
 import _mysql # dynamically loaded from /usr/lib64/python2.4/site-
 packages/_mysql.so
 import MySQLdb.constants # directory /usr/lib64/python2.4/site-
 packages/MySQLdb/constants
 # /usr/lib64/python2.4/site-packages/MySQLdb/constants/__init__.pyc
 matches /usr/lib64/python2.4/site-packages/MySQLdb/constants/__init__.py
 import MySQLdb.constants # precompiled from /usr/lib64/python2.4/site-
 packages/MySQLdb/constants/__init__.pyc
 # /usr/lib64/python2.4/site-packages/MySQLdb/constants/FIELD_TYPE.pyc
 matches /usr/lib64/python2.4/site-packages/MySQLdb/constants/FIELD_TYPE.py
 import MySQLdb.constants.FIELD_TYPE # precompiled from
 /usr/lib64/python2.4/site-packages/MySQLdb/constants/FIELD_TYPE.pyc
 # /usr/lib64/python2.4/site-packages/MySQLdb/times.pyc matches
 /usr/lib64/python2.4/site-packages/MySQLdb/times.py
 import MySQLdb.times # precompiled from /usr/lib64/python2.4/site-
 packages/MySQLdb/times.pyc
 dlopen("/usr/lib64/python2.4/lib-dynload/timemodule.so", 2);
 import time # dynamically loaded from /usr/lib64/python2.4/lib-
 dynload/timemodule.so
 dlopen("/usr/lib64/python2.4/lib-dynload/datetime.so", 2);
 import datetime # dynamically loaded from /usr/lib64/python2.4/lib-
 dynload/datetime.so
 # /usr/lib64/python2.4/sets.pyc matches /usr/lib64/python2.4/sets.py
 import sets # precompiled from /usr/lib64/python2.4/sets.pyc
 # /usr/lib64/python2.4/__future__.pyc matches
 /usr/lib64/python2.4/__future__.py
 import __future__ # precompiled from /usr/lib64/python2.4/__future__.pyc
 dlopen("/usr/lib64/python2.4/lib-dynload/itertoolsmodule.so", 2);
 import itertools # dynamically loaded from /usr/lib64/python2.4/lib-
 dynload/itertoolsmodule.so
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8585#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to