Dark Light

Given the following code:

def index():
        try:
                import MySQLdb
        except:
                return "Couldn't import MySQL module"
        return "Yay Workyness"

inside a mod_python instance, is there any reason why it should return “Yay Workyness” and “Couldn’t import MySQL module” in roughly equal amounts? (MySQLdb in this case is a sub directory of the current working directory). Bugs I can cope with, but this inconsistancy is driving me insane…

Related Posts

Game Over

You wanted lymericks?… Game Over. I’ve had enough. In fact, I’m though. Relationship over, for you. My life…

Idiom

Today, in Phrases From Aquarion’s Idiom That Appear To Confuse People: Duck Alignment e.g. “Most of the morning…