And the climb goes on... On Mon, November 19, 2007 13:00, Mogens Melander wrote: > > On Mon, November 19, 2007 12:40, Loic Dachary wrote: >> "Mogens Melander" <[EMAIL PROTECTED]> writes: >> >>>> I have the same version. Can you try to load this module by hand ? >>> >>> Eh, yes. How ? I tried: >> >> python >> import MySQLdb >>
I've come to the result, that there is nothing wrong with my MySQLdb module. It must have something to do with the way poker-network's configure detects modules, or the environment it's running in. I wrote (copy/paste/edit) a python script to test MySQLdb, here goes... test.py -------- import MySQLdb conn = MySQLdb.connect (host = "localhost", user = "<user>", passwd = "<password>", db = "<database>") cursor = conn.cursor () cursor.execute ("SELECT VERSION()") row = cursor.fetchone () print "server version:", row[0] cursor.close () conn.close () --------- When executed : # python test.py server version: 5.1.22-rc-log So far, so good. Any hints to where i can continue my search ? -- Later Mogens Melander +45 40 85 71 38 +66 870 133 224 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Pokersource-users mailing list Pokersource-users@gna.org https://mail.gna.org/listinfo/pokersource-users