Python and MySQL
Steve Holden
steve at holdenweb.com
Wed Nov 2 12:32:28 EST 2005
More information about the Python-list mailing list
Wed Nov 2 12:32:28 EST 2005
- Previous message (by thread): Python and MySQL
- Next message (by thread): Python and MySQL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Aquarius wrote: > I appologize in advance for this strange (and possibly stupid) > question. > > I want to know if there is a way to interface a MySQL database without > Python-MySQL or without installing anything that has C files that need > to be compiled. The reason for this, is that I want to develop a > certain web application, but my hosting provider (!#@$!@#%) isn't very > eager to supply Python-MySQL (or any modules to python). Is there an > alternative approach I could use to pass around this ridiculos lack of > functionality? > You'll definitely need something to call the database API functions, I suspect. You could do a *private* install of the module though, surely, on your web host? regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC www.holdenweb.com PyCon TX 2006 www.python.org/pycon/
- Previous message (by thread): Python and MySQL
- Next message (by thread): Python and MySQL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list