Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > MySQLdb and Python2.3

Reply
Thread Tools

MySQLdb and Python2.3

 
 
Stephan Diehl
Guest
Posts: n/a
 
      08-12-2003
Since using Python2.3, MySQLdb doesn't work anymore correctly.
Inserting data fails with "IndexError: list index out of range".
Since the MySQLdb website states, that it runs up to version 2.2, I
definatelly shouldn't complain
Is there somebody whose MySQLdb is running with 2.3?

MySQLdb 0.9.2
Python 2.3
Linux

Thanks a lot for your help

Stephan
 
Reply With Quote
 
 
 
 
Jiri Barton
Guest
Posts: n/a
 
      08-12-2003
I run
MySQLdb 0.9.2-0.3
Python 2.3-1
Debian GNU/Linux unstable

without a problem. Can you post the piece of code that causes this, and the
schema of the table?

Jiri Barton

 
Reply With Quote
 
 
 
 
Stephan Diehl
Guest
Posts: n/a
 
      08-13-2003
Torsten Marek wrote:

> Stephan Diehl schrieb:
>> Since using Python2.3, MySQLdb doesn't work anymore correctly.
>> Inserting data fails with "IndexError: list index out of range".
>> Since the MySQLdb website states, that it runs up to version 2.2, I
>> definatelly shouldn't complain
>> Is there somebody whose MySQLdb is running with 2.3?
>>
>> MySQLdb 0.9.2
>> Python 2.3
>> Linux
>>
>> Thanks a lot for your help
>>
>> Stephan

> I run MySQLdb 0.9.2 with Python 2.3 and MySQL 4.0.13 without
> encountering any problems.
> BTW: What OS do you use? Did you recompile the package?


I did recompile. I'm using MySQL 3.23 though.
Thanks for your info

Stephan
>
> Torsten


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQLdb and Cursor Michel Combe Python 3 10-10-2003 02:26 PM
using like and % in MySQLdb Dave Harrison Python 5 08-07-2003 03:14 PM
using like and % in MySQLdb Dave Harrison Python 0 08-07-2003 04:43 AM
MySQLdb and egenix mxDateTime dumps core Dave Harrison Python 0 08-05-2003 10:49 PM
Python2.3 and MySQLdb on Windows Mike M Python 1 07-31-2003 08:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57