Re: python3.0 MySQLdb

2009-01-14 Thread Daniel Fetchinson
> Daniel> Well, this actually is the case: MySql has not been ported. As > Daniel> far as I can see the mysql python module in general (meaning for > Daniel> the 2.x branch) is not as well maintained as some others and > Daniel> questions about windows vs. linux issues periodically

Re: python3.0 MySQLdb

2009-01-14 Thread skip
Daniel> Well, this actually is the case: MySql has not been ported. As Daniel> far as I can see the mysql python module in general (meaning for Daniel> the 2.x branch) is not as well maintained as some others and Daniel> questions about windows vs. linux issues periodically come up

Re: python3.0 MySQLdb

2009-01-14 Thread Daniel Fetchinson
>> >>> I need something to connect to a database, preferably mysql, that >> >>> works in python3.0 please. >> >> And your question is? >> >> > Surely it's fairly obvious that the question is "does such a thing >> > exist, and if so where can I find it?". >> >> Interestingly enough, the question was

Re: python3.0 MySQLdb

2009-01-14 Thread Martin v. Löwis
> So the final questions was, is there anything els on the menu besides > PostgreSQL, like MySql for example ? There is sqlite3 also; it is included in Python 3. Otherwise, I don't think any other DB-API compliant database connectors have been ported to Python 3 yet; it may take many months until

Re: python3.0 MySQLdb

2009-01-14 Thread gert
On Jan 13, 11:58 pm, "Martin v. Löwis" wrote: > Steve Holden wrote: > > Daniel Fetchinson wrote: > >>> I need something to connect to a database, preferably mysql, that > >>> works in python3.0 please. > >> And your question is? > > > Surely it's fairly obvious that the question is "does such a th

Re: python3.0 MySQLdb

2009-01-13 Thread Daniel Fetchinson
I need something to connect to a database, preferably mysql, that works in python3.0 please. >>> And your question is? >>> >>> >> Surely it's fairly obvious that the question is "does such a thing >> exist, and if so where can I find it?". > > Interestingly enough, the question was slight

Re: python3.0 MySQLdb

2009-01-13 Thread Martin v. Löwis
Steve Holden wrote: > Daniel Fetchinson wrote: >>> I need something to connect to a database, preferably mysql, that >>> works in python3.0 please. >> And your question is? >> >> > Surely it's fairly obvious that the question is "does such a thing > exist, and if so where can I find it?". Interes

Re: python3.0 MySQLdb

2009-01-12 Thread Steve Holden
Daniel Fetchinson wrote: >> I need something to connect to a database, preferably mysql, that >> works in python3.0 please. > > And your question is? > > Surely it's fairly obvious that the question is "does such a thing exist, and if so where can I find it?". If that isn't obvious then please c

Re: python3.0 MySQLdb

2009-01-12 Thread gert
Its for testing mod_wsgi trunk on Python3.0 in combination with a database. Does anybody has a patch for MySQLdb ? -- http://mail.python.org/mailman/listinfo/python-list

Re: python3.0 MySQLdb

2009-01-12 Thread Martin v. Löwis
> I need something to connect to a database, preferably mysql, that > works in python3.0 please. For postgres, psycopg2 works with Python 3 (if you use my patch). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: python3.0 MySQLdb

2009-01-12 Thread skip
>> > I need something to connect to a database, preferably mysql, that >> > works in python3.0 please. >> >> And your question is? gert> MySQLdb or something else for python3.0 ? Given that Python 3.0 is so new and so few packages have been ported to it yet, it might be help

Re: python3.0 MySQLdb

2009-01-12 Thread gert
On Jan 12, 8:25 pm, "Daniel Fetchinson" wrote: > > I need something to connect to a database, preferably mysql, that > > works in python3.0 please. > > And your question is? MySQLdb or something else for python3.0 ? -- http://mail.python.org/mailman/listinfo/python-list

Re: python3.0 MySQLdb

2009-01-12 Thread Daniel Fetchinson
> I need something to connect to a database, preferably mysql, that > works in python3.0 please. And your question is? -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- http://mail.python.org/mailman/listinfo/python-list

python3.0 MySQLdb

2009-01-12 Thread gert
I need something to connect to a database, preferably mysql, that works in python3.0 please. -- http://mail.python.org/mailman/listinfo/python-list