Did you all think I was dead? Unfortunately for you, I am not. I’ve just been fairly busy with work and with my renewed interest in photography. Speaking of which, all of you should follow my Flickr photostream, which I update daily. So, you’ve got the shiny new iOS 4.2 on your iPhone 4 and…
Tag: snow leopard
Installing the MySQLdb Python module on Snow Leopard
Needing to access a MySQL database through Python, I was faced by the inability to easily install the MySQLdb module. I do use MacPorts, but after running the obvious sudo port install py26-mysql I realized that I would be downloading, compiling and installing a new instance of Python, a new instance of MySQL (I prefer…