Re: [sqlobject] Re: [SQLObject] mysql connection losses
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Victor Ng <vn...@sy...> - 2004-03-18 00:54:39
|
Grrr.... This is really annoying. I'm using MySQL for this one database because Postgresql seems to have broken the error handling between 7.2 and 7.4. I've got 7.2 on my production server and 7.4 on my laptop right now. Trying to connect with psycopg on a 7.4 client to a 7.4 server doesn't work properly so I can't connect to Postgres from my laptop which is running pgsql 7.4. I can only connect remotely to the Postgres 7.2 database using a lone Linux machine sitting in the corner of the room. I've tried switching to a Unix Domain socket from a TCP connection in MySQLdb and I still get errors (different errors - but errors nonetheless). I hate MySQL. Gah. Thanks for the help - at least I don't feel completely stupid. I'll be switching back to Postgresql. vic On Mar 17, 2004, at 3:01 PM, Frank Barknecht wrote: > Hallo, > Victor Ng hat gesagt: // Victor Ng wrote: > >> I'm getting the following error in my application using SQLObject >> 0.5.1 >> and MySQL. >> >> Any ideas on how to work around this problem? > > Install and use PostgreSQL. > > Sorry to say this, but at least I was fighting and googling this > problem for weeks to no avail at all, I tried various patches to > python-mysql, nothing helped. As my project was nearing release time, > I switched to PostgreSQL the night before deadline which finally fixed > all my problems. I don't know who to blame, but I don't blame me > anymore. ;) > > No I can do python progamming again instead of struggling with a (to > me) unsolvable problem. > > ciao > -- > Frank Barknecht _ ______footils.org__ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > sqlobject-discuss mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss > > --- "We are what we repeatedly do. Excellence then, is not an act. It is a habit." - Aristotle |