Archive for January, 2008

Hillaryous

Monday, January 21st, 2008

Found that at Maud Newton’s blog.

PyXML on Leopard

Thursday, January 17th, 2008

I attempted to install PyXML on Mac OS X 10.5 today and ran into a problem: I was unable to load any of the PyXML modules:

>>> from xml import xpath Traceback (most recent call last): File “”, line 1, in ImportError: cannot import name xpath`

So, the problem originates from this nasty hack that allows PyXML [...]