Re: Python and MySQL

2005-11-03 Thread Aquarius
I am also have _mysql.c that has to be compiled. I downloaded 1.2.0 from here http://sourceforge.net/project/showfiles.php?group_id=22307&package_id=15775 (the .tar.gz). Do you mean, that if I drop the import _mysql and from _mysql import ... lines everything will work OK? I "private install" would

Python and MySQL

2005-11-02 Thread Aquarius
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 applic

Object-Relational Mapping API for Python

2005-11-01 Thread Aquarius
I explored Java's Hibernate a bit and I was intrigued by how you can map entity objects to database tables, preserving all the relations and constraits. I am interested if there is something like this for Python - I noticed some APIs in the "Cheeseshop", but most of them were alpha, better, or seem