Debugging problems with Django backend
As you might have guessed, I'm trying to get myconnpy working with Django, hitting some snag running their tests. Wondering if you have suggestions for debugging things (such as this)
=======
ERROR: test_table_names (regressiontest
-------
Traceback (most recent call last):
File "/usr/local/
self.
File "/usr/local/
self.
File "/usr/local/
return super(TestCase, self)._
File "/usr/local/
call_
File "/usr/local/
return klass.execute(
File "/usr/local/
output = self.handle(*args, **options)
File "/usr/local/
return self.handle_
File "/usr/local/
sql_list = sql_flush(
File "/usr/local/
tables = connection.
File "/usr/local/
tables = [t for t in tables if self.table_
File "/usr/local/
return self.get_
File "/usr/local/
cursor.
File "/usr/local/
raise errors.
InternalError: -1: Unread result found.
Of course, the MySQLdb backend properly handles this, so I'm wondering where the myconnpy code might be tripping up; besides digging through the query log and trying to figure out what the hell is going on here, do you have any tips (I'm rtyler on Freenode FWIW :))
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- Geert JM Vanderkelen Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask R. Tyler Ballance for more information if necessary.