the Forty-Second Parallel

Hello, I'm Matt Grayson and this is my website. Feel free to learn more about me or just browse the archives. If you feel so inclined, you can also drop me a line. Thanks for stopping by!

Archives for November 2003

3 entries were found in the archives.

The Initial Creative Act

Posted 21 NOV 2003 | Comments

Bill Joy: ... open source doesn't assist the initial creative act. What we need now are great things. I don't need to see the source code. I just want a system that works.

Switch to Linux?

Posted 18 NOV 2003 | Comments

Plone, OS X and MySQLdb

Posted 17 NOV 2003 | Comments

So I'm trying to enable MySQL access from within Plone/Zope and it requires MySQLdb. I can configure, build, install the MySQLdb module fine. Problem is that the Plone install comes with its own distribution of Python (which is dumb) and when I install the MySQLdb module, it gets placed in the library of the default Python distribution that comes preinstalled on OS X. Grrr ... so, how do you install a module for Python to a specific location????