Recent content by nihathrael

  1. N

    Python MySQLdb busted still or again

    http://nihathrael.exofire.net/cgi-bin/pyboard/test #!/usr/bin/python print "Content-Type: text/plain" print "" try: import MySQLdb except Exception, e: print e This is what i'm trying to do. There should be no output if it works, otherwise it will tell you that the modul was not...
  2. N

    Python MySQLdb busted still or again

    It doesn't seem to be installed. When i try to import it, i get an module not found error. would be great if that could be changed, because besides that the webspace is perfect :) Greetings Nihathrael
Top