Posts Tagged ‘ openid ’

Work-around for Mac OS X python package install error — “lipo: can …

January 29, 2011
By

sudo mv gcc_orig gcc. So in the end my /usr/bin directory looks exactly the same as it used to and the package is installed. Time to go do some real work. This entry was posted in Python, Tips . Bookmark the permalink. ...

Read more »

Translating PHP error constants

May 12, 2009
By

I wanted to log all the errors thrown out by Fwd:Vault processes to ensure that any bugs I don’t catch myself bubble to the top very quickly. To get started, I replaced PHP’s default error handling with a custom error handler function, ...

Read more »