Archive for August, 2010
Travelling down a stack of dependency woes – How to parse HTML in Windows with Python
I was hoping I could parse HTML in Python in Windows. As it turned out, every step I tried ended up leading to another step. In case you are about to lose an entire day dealing with all these steps, I wrote them here. Problem 1: Beautiful Soup isn’t supported anymore Beautiful Soup is the [...]