aquarionics.com
Python annoyance
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 …