Re: Install Python MySQL db module?

2008-05-15 Thread martin . laloux
search, search, it is a recurrent question for example http://groups.google.be/group/comp.lang.python/browse_thread/thread/7bef767753fe40f1/a3fd7c2dd7a50bef?hl=frlnk=gstq=mysqldb+mac#a3fd7c2dd7a50bef -- http://mail.python.org/mailman/listinfo/python-list

Install Python MySQL db module?

2008-05-13 Thread Con
Hi, how does properly install the Python MySQL db module for Mac OS X? I was only able to locate the Win32 modules. Thanks in advance, -Conrad -- http://mail.python.org/mailman/listinfo/python-list

Re: Install Python MySQL db module?

2008-05-13 Thread [EMAIL PROTECTED]
On May 13, 7:29 pm, Con [EMAIL PROTECTED] wrote: Hi, how does properly install the Python MySQL db module for Mac OS X?  I was only able to locate the Win32 modules. Thanks in advance, -Conrad I think the easiest way to would be to use macports. -- http://mail.python.org/mailman/listinfo

Re: Install Python MySQL db module?

2008-05-13 Thread Rick Dooling
On May 13, 7:29 pm, Con [EMAIL PROTECTED] wrote: Hi, how does properly install the Python MySQL db module for Mac OS X? I was only able to locate the Win32 modules. Thanks in advance, -Conrad I tried this a couple of weeks ago using macports and had problems. See, for example: http

Re: Install Python MySQL db module?

2008-05-13 Thread Graham Dumpleton
On May 14, 10:58 am, Rick Dooling [EMAIL PROTECTED] wrote: On May 13, 7:29 pm, Con [EMAIL PROTECTED] wrote: Hi, how does properly install the Python MySQL db module for Mac OS X?  I was only able to locate the Win32 modules. Thanks in advance, -Conrad I tried this a couple of weeks

Re: Python and Db

2008-04-21 Thread Magnus Lycka
[EMAIL PROTECTED] escribió: I would like to use sqlite, But I also wanted a tutorial with the basis of the sql and etc, I never dealed with dbs before For practicing SQL on-line, I'd suggest sqlzoo.net. -- http://mail.python.org/mailman/listinfo/python-list

Python and Db

2008-03-31 Thread David Anderson
Hi! I'm don't know almost nothing about bds, Can You suggest me an Simple but efficient Bd to work with python apps? Can You suggest me any tutorials? Thanx -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Db

2008-03-31 Thread Gabriel Genellina
En Mon, 31 Mar 2008 14:50:27 -0300, David Anderson [EMAIL PROTECTED] escribió: Hi! I'm don't know almost nothing about bds, Can You suggest me an Simple but efficient Bd to work with python apps? Can You suggest me any tutorials? See the Python wiki at:

Re: Python and Db

2008-03-31 Thread David Anderson
I would like to use sqlite, But I also wanted a tutorial with the basis of the sql and etc, I never dealed with dbs before On Mon, Mar 31, 2008 at 3:42 PM, Gabriel Genellina [EMAIL PROTECTED] wrote: En Mon, 31 Mar 2008 14:50:27 -0300, David Anderson [EMAIL PROTECTED] escribió: Hi! I'm don't

Re: Python and Db

2008-03-31 Thread David Anderson
It's DB = DataBase, I typed wrong on the text, but right at the subject =) On Mon, Mar 31, 2008 at 5:50 PM, David Anderson [EMAIL PROTECTED] wrote: I would like to use sqlite, But I also wanted a tutorial with the basis of the sql and etc, I never dealed with dbs before On Mon, Mar 31, 2008

Re: Python and Db

2008-03-31 Thread Gabriel Genellina
En Mon, 31 Mar 2008 17:50:42 -0300, David Anderson [EMAIL PROTECTED] escribió: I would like to use sqlite, But I also wanted a tutorial with the basis of the sql and etc, I never dealed with dbs before Then any database tutorial covering SQL will do. Of course there are differences