I have just installed Python 2.5 for Windows.
I was waiting for the Activestate edition, but they have not finalized it yet.
So I have downloaded
- python-2.5.msi – The official installed from the python website
- pywin32-210.win32-py2.5.exe – win 32 com extensions and development environment
- BeautifulSoup-3.0.3 – A screen scrapping library
Included in the 2.5 release is built in support for the SQLite library.
I will be using this extensively soon to back up my favourite web-site and store it in an SQLite database.
How to install BeautifulSoup